diff --git a/AstuteSystem/sql/astute.sql b/AstuteSystem/sql/astute.sql index b529f42..88862f6 100644 --- a/AstuteSystem/sql/astute.sql +++ b/AstuteSystem/sql/astute.sql @@ -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'),