Complete system for getting + saving Product Categories with new database, server, and client architecture.
This commit is contained in:
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS ERP_Order (
|
||||
name VARCHAR(100),
|
||||
extension VARCHAR(50),
|
||||
created_on TIMESTAMP,
|
||||
created_by VARCHAR(100),
|
||||
created_by INT,
|
||||
id_customer INT NOT NULL,
|
||||
CONSTRAINT FK_ERP_Order_id_customer
|
||||
FOREIGN KEY (id_customer)
|
||||
|
||||
Reference in New Issue
Block a user