Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7270d573

Von Tamino Steinert vor 6 Tagen hinzugefügt

  • ID 7270d5737a7b583ba54191323b466b60c87da26c
  • Vorgänger bdbb02ee
  • Nachfolger c550bc01

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

Unterschiede anzeigen:

SL/DB/MetaSetup/VariantPropertyValue.pm
9 9
__PACKAGE__->meta->table('variant_property_values');
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