photo remaining
This commit is contained in:
@ -111,6 +111,7 @@ class Welcome extends CI_Controller
|
||||
`created_by` VARCHAR(50) NOT NULL,
|
||||
`remarks` TEXT NOT NULL,
|
||||
`status` int(11) DEFAULT NULL,
|
||||
`discount` DOUBLE(10, 2) NULL,
|
||||
PRIMARY KEY (`purchase_id`)
|
||||
)");
|
||||
$this->db->query("CREATE TABLE IF NOT EXISTS `tbl_purchasedetails` (
|
||||
@ -134,6 +135,7 @@ class Welcome extends CI_Controller
|
||||
`created_by` VARCHAR(50) NOT NULL,
|
||||
`remarks` TEXT NOT NULL,
|
||||
`status` int(11) DEFAULT NULL,
|
||||
`discount` DOUBLE(10, 2) NULL,
|
||||
PRIMARY KEY (`sales_id`)
|
||||
)");
|
||||
$this->db->query("CREATE TABLE IF NOT EXISTS `tbl_salesdetails` (
|
||||
|
Reference in New Issue
Block a user