|
@@ -112,7 +112,7 @@ CREATE TABLE shop_orders (
|
|
client_email varchar(64) NOT NULL COMMENT 'Client email',
|
|
client_email varchar(64) NOT NULL COMMENT 'Client email',
|
|
client_delivery_comment text NOT NULL COMMENT 'Client delivery comment',
|
|
client_delivery_comment text NOT NULL COMMENT 'Client delivery comment',
|
|
client_order_comment text NOT NULL COMMENT 'Client order comment',
|
|
client_order_comment text NOT NULL COMMENT 'Client order comment',
|
|
- status int(1) NOT NULL COMMENT 'new/confirmed/canceled/inprogress/completed',
|
|
|
|
|
|
+ status int(1) NOT NULL COMMENT 'new/confirmed/inprogress/canceled/completed',
|
|
PRIMARY KEY (id)
|
|
PRIMARY KEY (id)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
CREATE TABLE shop_product_images (
|
|
CREATE TABLE shop_product_images (
|