calculations
Former-commit-id: 0281ecdc282da7e83a0bff152f50bc86148cf446
This commit is contained in:
@@ -92,7 +92,7 @@ CREATE TABLE IF NOT EXISTS users (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS order_log (
|
||||
id VARCHAR (50) NOT NULL PRIMARY KEY,
|
||||
user_id VARCHAR (50) NOT NULL, -- 0 if guest
|
||||
user_id VARCHAR (50), -- null if guest
|
||||
offer_code SERIAL,
|
||||
subtotal_paid DECIMAL NOT NULL,
|
||||
discount DECIMAL,
|
||||
|
||||
Reference in New Issue
Block a user