Revision b28a13e0
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/Part.pm | ||
|---|---|---|
|
sellprice => { type => 'numeric', precision => 15, scale => 5 },
|
||
|
shop => { type => 'boolean', default => 'false' },
|
||
|
stockable => { type => 'boolean', default => 'false' },
|
||
|
tariff_code => { type => 'text' },
|
||
|
unit => { type => 'varchar', length => 20, not_null => 1 },
|
||
|
ve => { type => 'integer' },
|
||
|
warehouse_id => { type => 'integer' },
|
||
| sql/Pg-upgrade2/parts_add_zolltarifnr.sql | ||
|---|---|---|
|
-- @tag: parts_zolltarifnr
|
||
|
-- @description: Neues Feld für Zolltarifnummer
|
||
|
-- @depends: release_3_8_0
|
||
|
ALTER TABLE parts ADD COLUMN tariff_code text;
|
||
|
|
||
Auch abrufbar als: Unified diff
sql-update und rose für Zolltarifnummer