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