Revision 36f031f5
Von Tamino Steinert vor 7 Monaten hinzugefügt
SL/DB/MetaSetup/EmailJournalAttachment.pm | ||
---|---|---|
mtime => { type => 'timestamp', default => 'now()', not_null => 1 },
|
||
name => { type => 'text', not_null => 1 },
|
||
position => { type => 'integer', not_null => 1 },
|
||
processed => { type => 'boolean', default => 'false', not_null => 1 },
|
||
);
|
||
|
||
__PACKAGE__->meta->primary_key_columns([ 'id' ]);
|
Auch abrufbar als: Unified diff
EmailJournalAttachment: SQL: Verarbeitet-Flag hinzufügen