Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 36f031f5

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID 36f031f5c7743d7354ed1acbaf78e4e57274f0a5
  • Vorgänger 014942ea
  • Nachfolger fe445cb3

EmailJournalAttachment: SQL: Verarbeitet-Flag hinzufügen

Unterschiede anzeigen:

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