Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1fc583c0

Von Kivitendo Admin vor fast 8 Jahren hinzugefügt

  • ID 1fc583c07256c62a5525ecb63ca2d0b0f8313887
  • Vorgänger cfe73453
  • Nachfolger 7f9c007f

ShopPart - part_id und shop_id NOT NULL, metatags

Unterschiede anzeigen:

SL/DB/MetaSetup/ShopPart.pm
14 14
  id               => { type => 'serial', not_null => 1 },
15 15
  itime            => { type => 'timestamp', default => 'now()' },
16 16
  last_update      => { type => 'timestamp' },
17
  meta_tags        => { type => 'text' },
17 18
  mtime            => { type => 'timestamp' },
18
  part_id          => { type => 'integer' },
19
  part_id          => { type => 'integer', not_null => 1 },
19 20
  shop_category    => { type => 'text' },
20 21
  shop_description => { type => 'text' },
21
  shop_id          => { type => 'integer' },
22
  shop_id          => { type => 'integer', not_null => 1 },
22 23
  show_date        => { type => 'date' },
23 24
  sortorder        => { type => 'integer' },
24 25
);

Auch abrufbar als: Unified diff