Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e3c9027e

Von Kivitendo Admin vor fast 10 Jahren hinzugefügt

  • ID e3c9027e366887b290b0e7e2667d4baba564f070
  • Vorgänger dfe4581d
  • Nachfolger a30a3da8

MetaSetup Dateien aktualisiert

Unterschiede anzeigen:

SL/DB/MetaSetup/PriceRuleItem.pm
11 11
__PACKAGE__->meta->columns(
12 12
  custom_variable_configs_id => { type => 'integer' },
13 13
  id                         => { type => 'serial', not_null => 1 },
14
  itime                      => { type => 'timestamp' },
15
  mtime                      => { type => 'timestamp' },
14 16
  op                         => { type => 'text' },
15 17
  price_rules_id             => { type => 'integer', not_null => 1 },
16 18
  type                       => { type => 'text' },
SL/DB/MetaSetup/RequirementSpecPart.pm
9 9
__PACKAGE__->meta->table('requirement_spec_parts');
10 10

  
11 11
__PACKAGE__->meta->columns(
12
  id                  => { type => 'serial', not_null => 1 },
13 12
  description         => { type => 'text', not_null => 1 },
13
  id                  => { type => 'serial', not_null => 1 },
14 14
  part_id             => { type => 'integer', not_null => 1 },
15 15
  position            => { type => 'integer', not_null => 1 },
16 16
  qty                 => { type => 'numeric', not_null => 1, precision => 15, scale => 5 },
SL/DB/MetaSetup/TaxzoneChart.pm
9 9
__PACKAGE__->meta->table('taxzone_charts');
10 10

  
11 11
__PACKAGE__->meta->columns(
12
  id                 => { type => 'serial', not_null => 1 },
13
  taxzone_id         => { type => 'integer', not_null => 1 },
14 12
  buchungsgruppen_id => { type => 'integer', not_null => 1 },
15
  income_accno_id    => { type => 'integer', not_null => 1 },
16 13
  expense_accno_id   => { type => 'integer', not_null => 1 },
14
  id                 => { type => 'serial', not_null => 1 },
15
  income_accno_id    => { type => 'integer', not_null => 1 },
17 16
  itime              => { type => 'timestamp', default => 'now()' },
17
  taxzone_id         => { type => 'integer', not_null => 1 },
18 18
);
19 19

  
20 20
__PACKAGE__->meta->primary_key_columns([ 'id' ]);

Auch abrufbar als: Unified diff