2
# rows => [0, 1, 10, 100],
4
# partitions => [ undef , 'KEY (pk) PARTITIONS 2' ],
5
engines => [ undef, 'MyISAM', 'InnoDB' ],
6
# engines => [ undef, 'MyISAM', 'InnoDB' ],
7
pk => [ 'int auto_increment' ]
11
# decimal(M,N) is not supproted by RQG. I would have taken decimal(65,30),decimal(10,0).
12
types => [ 'bit(4)','tinyint','smallint','mediumint','int', 'bigint','float','double','decimal(35)','decimal','char(1)','char(10)','varchar(1)','varchar(10)','varchar(257)', 'enum', 'set', 'text', 'blob' ],
14
# null => [undef, 'not null'],
15
# default => [undef, 'default null' ],
16
# sign => [undef, 'unsigned' ],
17
# charsets => ['utf8', 'latin1' ]
21
numbers => [ 'digit', 'null', undef ],
22
strings => [ 'letter', 'english', 'null' ],
23
blobs => [ 'english', 'data' ]