$sch = { table => $tablename, fields => { id => { type => 'int', auto_inc => 1, # more config values }, # more fields }, # behavior specifiers };