sql-adapter
sql-adapter copied to clipboard
feat: add unique index
Add unique index for columns (p_type,v0,v1,v2,v3,v4,v5).
There is a limit in MySQL side for UNIQUE like Error 1071 (42000): Specified key was too long; max key length is 3072 bytes. So it is necessary to change the column length.