Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 49644f8f

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 49644f8f89ef5e337763ab013b8cdce6d28f4493
  • Vorgänger 9a71fdb6
  • Nachfolger 90f4ba5d

Pflichtenhefttextblöcke (DB): Spalte "is_flagged"

Unterschiede anzeigen:

SL/DB/MetaSetup/RequirementSpecTextBlock.pm
18 18
    output_position     => { type => 'integer', default => 1, not_null => 1 },
19 19
    itime               => { type => 'timestamp', default => 'now()', not_null => 1 },
20 20
    mtime               => { type => 'timestamp' },
21
    is_flagged          => { type => 'boolean', default => 'false', not_null => 1 },
21 22
  ],
22 23

  
23 24
  primary_key_columns => [ 'id' ],
24 25

  
25 26
  allow_inline_column_values => 1,
27

  
28
  foreign_keys => [
29
    requirement_spec => {
30
      class       => 'SL::DB::RequirementSpec',
31
      key_columns => { requirement_spec_id => 'id' },
32
    },
33
  ],
26 34
);
27 35

  
28 36
1;

Auch abrufbar als: Unified diff