add restrictions on default, autoincrement, length

This commit is contained in:
1ilit
2023-09-19 15:50:42 +03:00
parent 348363acbb
commit fc287d12f0
5 changed files with 115 additions and 14 deletions

View File

@@ -18,9 +18,6 @@ const sqlDataTypes = [
"BINARY",
"VARBINARY",
"BLOB",
"CLOB",
"UUID",
"XML",
"JSON",
];