update structure

This commit is contained in:
Bernat 2018-07-20 11:30:55 +02:00
parent 62988fade8
commit 4ba541bec2
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ INSERT INTO `hedera`.`order`(`id`, `date_send`, `customer_id`, `delivery_method_
INSERT INTO `hedera`.`orderRow`(`id`, `orderFk`, `itemFk`, `warehouseFk`, `shipment`, `amount`, `price`, `rate`, `created`, `saleFk`)
VALUES
( 1, 1, 1, NULL , NULL , 9, 1.5 , 1, CURDATE(), 1),
( 1, 1, 1, 1 , NULL , 9, 1.5 , 1, CURDATE(), 1),
( 2, 2, 2, 1 , NULL , 5, 1.23, 2, CURDATE(), 2),
( 3, 3, 3, 2 , CURDATE(), 3, 0.50, 3, CURDATE(), 3);