id => { type => 'integer', not_null => 1, sequence => 'id' },
itime => { type => 'timestamp', default => 'now()' },
mtime => { type => 'timestamp' },
+ obsolete => { type => 'boolean', default => 'false', not_null => 1 },
sortkey => { type => 'integer', not_null => 1 },
);