sql-adapter icon indicating copy to clipboard operation
sql-adapter copied to clipboard

feat: add unique index

Open Blank-Xu opened this issue 1 year ago • 0 comments

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.

Blank-Xu avatar Nov 17 '24 09:11 Blank-Xu