unimportant

This commit is contained in:
Cosmin Apreutesei 2021-11-29 18:32:31 +02:00
parent 1e73103e46
commit 9cc6d5f0d5
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,6 @@ local bin_types = {
tiny_blob = 'tinyblob', --always selected as blob
medium_blob = 'mediumblob', --always selected as blob
long_blob = 'longblob', --always selected as blob
blob = 'blob',
var_string = 'varbinary',
string = 'binary',
}
@ -458,9 +457,10 @@ local string_types = {
var_string=1,
enum=1,
set=1,
long_blob=1,
blob=1,
tiny_blob=1,
medium_blob=1,
long_blob=1,
geometry=1,
bit=1,
decimal=1,