Commit 4769e730 by Alexander Makarov

Fixed sqlite schema SQL

parent 9c564808
......@@ -72,7 +72,7 @@ CREATE TABLE "order_item_with_null_fk" (
order_id INTEGER,
item_id INTEGER,
quantity INTEGER NOT NULL,
subtotal decimal(10,0) NOT NULL,
subtotal decimal(10,0) NOT NULL
);
CREATE TABLE "composite_fk" (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment