Revision 777afb79
Von Tamino Steinert vor 11 Monaten hinzugefügt
SL/DB/MetaSetup/EmailJournal.pm | ||
---|---|---|
19 | 19 |
id => { type => 'serial', not_null => 1 }, |
20 | 20 |
itime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
21 | 21 |
mtime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
22 |
obsolete => { type => 'boolean', default => 'false', not_null => 1 }, |
|
22 | 23 |
recipients => { type => 'text', not_null => 1 }, |
23 | 24 |
sender_id => { type => 'integer' }, |
24 | 25 |
sent_on => { type => 'timestamp', default => 'now()', not_null => 1 }, |
Auch abrufbar als: Unified diff
EmailJournal: DB: um Ungültig-Feld erweitert