Add files via upload

This commit is contained in:
gopi17701 2018-07-24 22:18:36 -04:00 committed by GitHub
parent a394e3dd53
commit 0d8e611cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
-- Dumping database structure for astute
DROP DATABASE IF EXISTS `astute`;
CREATE DATABASE IF NOT EXISTS `astute` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `astute`;
@ -365,7 +366,7 @@ CREATE TABLE IF NOT EXISTS `po` (
CONSTRAINT `po_customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`customer_id`)
) 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 */;
INSERT INTO `po` (`PO_num`, `contract_num`, `PO_date`, `contract_amt`, `customer_id`, `astute_project_num`) VALUES
('EP2649247', 'test123', NULL, 5000.00, 1, 'adf'),