Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f81104ce

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID f81104ce1ba2455cd5fb4f91c96a7dd3f38427e5
  • Vorgänger 0e17cd93
  • Nachfolger 4cbe32ff

Rose::DB::Object kennt "remarks" nicht; und in Standard-Unstable haben die DB-Spalten auch keine Bemerkungen

Unterschiede anzeigen:

SL/DB/MetaSetup/Assembly.pm
16 16
    bom         => { type => 'boolean' },
17 17
    itime       => { type => 'timestamp', default => 'now()' },
18 18
    mtime       => { type => 'timestamp' },
19
    variable    => { type => 'boolean', default => 'false', not_null => 1, remarks => 'true if this part of the assembly is variable, and can be modified' },
20
    item_id     => { type => 'integer', remarks => 'used to group parts in an assembly for exclusive options' },
21 19
    assembly_id => { type => 'serial', not_null => 1 },
22 20
  ],
23 21

  
24 22
  primary_key_columns => [ 'assembly_id' ],
25

  
26
  allow_inline_column_values => 1,
27 23
);
28 24

  
29 25
1;

Auch abrufbar als: Unified diff