Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4913ebdd

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID 4913ebddcc14387c732913b9fd16ccb544c23dd1
  • Vorgänger 2607dbe4
  • Nachfolger 7a29d8f7

Varianten: Eigenschaft und Auspr.: Länge von Abkürzungen nicht vorgeben

Unterschiede anzeigen:

SL/DB/MetaSetup/VariantProperty.pm
9 9
__PACKAGE__->meta->table('variant_properties');
10 10

  
11 11
__PACKAGE__->meta->columns(
12
  abbreviation => { type => 'varchar', length => 4, not_null => 1 },
12
  abbreviation => { type => 'text', not_null => 1 },
13 13
  id           => { type => 'serial', not_null => 1 },
14 14
  itime        => { type => 'timestamp', default => 'now()' },
15 15
  mtime        => { type => 'timestamp' },

Auch abrufbar als: Unified diff