211
211
f1 longblob 4294967295 4294967295
212
212
f2 longtext 4294967295 4294967295
214
create table t1(f1 tinyint, f2 SMALLINT, f3 mediumint, f4 int,
214
create table t1(f1 tinyint, f2 SMALLINT, f3 BIGINT, f4 int,
215
215
f5 BIGINT, f6 TINYINT, f7 SMALLINT);
216
216
select column_name, NUMERIC_PRECISION, NUMERIC_SCALE
217
217
from information_schema.columns