9 |
9 |
__PACKAGE__->meta->table('shops');
|
10 |
10 |
|
11 |
11 |
__PACKAGE__->meta->columns(
|
12 |
|
connector => { type => 'text' },
|
13 |
|
description => { type => 'text' },
|
14 |
|
id => { type => 'serial', not_null => 1 },
|
15 |
|
itime => { type => 'timestamp', default => 'now()' },
|
16 |
|
last_order_number => { type => 'integer' },
|
17 |
|
login => { type => 'text' },
|
18 |
|
mtime => { type => 'timestamp', default => 'now()' },
|
19 |
|
obsolete => { type => 'boolean', default => 'false', not_null => 1 },
|
20 |
|
orders_to_fetch => { type => 'integer' },
|
21 |
|
password => { type => 'text' },
|
22 |
|
path => { type => 'text', default => '/', not_null => 1 },
|
23 |
|
port => { type => 'integer' },
|
24 |
|
price_source => { type => 'text' },
|
25 |
|
pricetype => { type => 'text' },
|
26 |
|
protocol => { type => 'text', default => 'http', not_null => 1 },
|
27 |
|
realm => { type => 'text' },
|
28 |
|
server => { type => 'text' },
|
29 |
|
shipping_costs_parts_id => { type => 'integer' },
|
30 |
|
sortkey => { type => 'integer' },
|
31 |
|
taxzone_id => { type => 'integer' },
|
32 |
|
transaction_description => { type => 'text' },
|
|
12 |
connector => { type => 'text' },
|
|
13 |
description => { type => 'text' },
|
|
14 |
id => { type => 'serial', not_null => 1 },
|
|
15 |
itime => { type => 'timestamp', default => 'now()' },
|
|
16 |
last_order_number => { type => 'integer' },
|
|
17 |
login => { type => 'text' },
|
|
18 |
mtime => { type => 'timestamp', default => 'now()' },
|
|
19 |
obsolete => { type => 'boolean', default => 'false', not_null => 1 },
|
|
20 |
orders_to_fetch => { type => 'integer' },
|
|
21 |
password => { type => 'text' },
|
|
22 |
path => { type => 'text', default => '/', not_null => 1 },
|
|
23 |
port => { type => 'integer' },
|
|
24 |
price_source => { type => 'text' },
|
|
25 |
pricetype => { type => 'text' },
|
|
26 |
protocol => { type => 'text', default => 'http', not_null => 1 },
|
|
27 |
realm => { type => 'text' },
|
|
28 |
server => { type => 'text' },
|
|
29 |
shipping_costs_parts_id => { type => 'integer' },
|
|
30 |
sortkey => { type => 'integer' },
|
|
31 |
taxzone_id => { type => 'integer' },
|
|
32 |
transaction_description => { type => 'text' },
|
|
33 |
use_part_longdescription => { type => 'boolean', default => 'false' },
|
33 |
34 |
);
|
34 |
35 |
|
35 |
36 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]);
|
Neues Feld Übernahme Beschreibung/Langtext aus Stammdaten