mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -04:00
Add files via upload
This commit is contained in:
parent
a394e3dd53
commit
0d8e611cfd
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
|
|
||||||
-- Dumping database structure for astute
|
-- Dumping database structure for astute
|
||||||
|
DROP DATABASE IF EXISTS `astute`;
|
||||||
CREATE DATABASE IF NOT EXISTS `astute` /*!40100 DEFAULT CHARACTER SET utf8 */;
|
CREATE DATABASE IF NOT EXISTS `astute` /*!40100 DEFAULT CHARACTER SET utf8 */;
|
||||||
USE `astute`;
|
USE `astute`;
|
||||||
|
|
||||||
|
@ -365,7 +366,7 @@ CREATE TABLE IF NOT EXISTS `po` (
|
||||||
CONSTRAINT `po_customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`customer_id`)
|
CONSTRAINT `po_customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`customer_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
-- Dumping data for table astute.po: ~3 rows (approximately)
|
-- Dumping data for table astute.po: ~4 rows (approximately)
|
||||||
/*!40000 ALTER TABLE `po` DISABLE KEYS */;
|
/*!40000 ALTER TABLE `po` DISABLE KEYS */;
|
||||||
INSERT INTO `po` (`PO_num`, `contract_num`, `PO_date`, `contract_amt`, `customer_id`, `astute_project_num`) VALUES
|
INSERT INTO `po` (`PO_num`, `contract_num`, `PO_date`, `contract_amt`, `customer_id`, `astute_project_num`) VALUES
|
||||||
('EP2649247', 'test123', NULL, 5000.00, 1, 'adf'),
|
('EP2649247', 'test123', NULL, 5000.00, 1, 'adf'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user