item composition model

This commit is contained in:
2018-10-25 23:05:29 -05:00
parent 7ebe0d7601
commit 92bd35e2da
6 changed files with 89 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ SET time_zone = "+00:00";
-- Table structure for table `ItemComposition`
--
CREATE TABLE `ItemComposition` (
CREATE TABLE IF NOT EXISTS `ItemComposition` (
`Name` varchar(31) DEFAULT NULL,
`ItemId` int(10) NOT NULL,
`m3Size` decimal(10,2) NOT NULL DEFAULT 0.00,