$tables = { rows => [10], pk => [ 'int auto_increment' ] }; $fields = { types => [ 'int' ], indexes => [ undef ], # null => [undef, 'not null'], # default => [undef, 'default null' ], # sign => [undef, 'unsigned' ], # charsets => ['utf8', 'latin1' ] };