Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 009d4b89

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 009d4b897115c45af32267b42ab6ffd224403663
  • Vorgänger 86937e15
  • Nachfolger 44c56028

RDBO-Model-Update 'defaults'

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
70 70
    assemblynumber                          => { type => 'text' },
71 71
    warehouse_id                            => { type => 'integer' },
72 72
    bin_id                                  => { type => 'integer' },
73
    company                                 => { type => 'text' },
74
    address                                 => { type => 'text' },
75
    taxnumber                               => { type => 'text' },
76
    co_ustid                                => { type => 'text' },
77
    duns                                    => { type => 'text' },
78
    sepa_creditor_id                        => { type => 'text' },
79
    templates                               => { type => 'text' },
73 80
    show_weight                             => { type => 'boolean', default => 'false', not_null => 1 },
74 81
    transfer_default                        => { type => 'boolean', default => 'true' },
75 82
    transfer_default_use_master_default_bin => { type => 'boolean', default => 'false' },
......
82 89
  primary_key_columns => [ 'id' ],
83 90

  
84 91
  allow_inline_column_values => 1,
92

  
85 93
  foreign_keys => [
86 94
    bin => {
87 95
      class       => 'SL::DB::Bin',

Auch abrufbar als: Unified diff