Revision 358a7497
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/DB/MetaSetup/EmailJournal.pm | ||
---|---|---|
13 | 13 |
extended_status => { type => 'text', not_null => 1 }, |
14 | 14 |
from => { type => 'text', not_null => 1 }, |
15 | 15 |
headers => { type => 'text', not_null => 1 }, |
16 |
id => { type => 'integer', not_null => 1, sequence => 'email_journal_id_seq1' },
|
|
16 |
id => { type => 'serial', not_null => 1 },
|
|
17 | 17 |
itime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
18 | 18 |
mtime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
19 | 19 |
recipients => { type => 'text', not_null => 1 }, |
Auch abrufbar als: Unified diff
E-Mail-Journal: Sequenznamen fixen