Revision d3425278
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/EmailJournal.pm | ||
|---|---|---|
|
recipients => { type => 'text', not_null => 1 },
|
||
|
sender_id => { type => 'integer' },
|
||
|
sent_on => { type => 'timestamp', default => 'now()', not_null => 1 },
|
||
|
status => { type => 'enum', check_in => [ 'sent', 'send_failed', 'imported' ], db_type => 'email_journal_status', not_null => 1 },
|
||
|
status => { type => 'enum', check_in => [ 'sent', 'send_failed', 'imported', 'record_imported' ], db_type => 'email_journal_status', not_null => 1 },
|
||
|
subject => { type => 'text', not_null => 1 },
|
||
|
uid => { type => 'integer' },
|
||
|
);
|
||
Auch abrufbar als: Unified diff
EmailJournal: Zusätzlicher Type für Beleg-Importe