update mysql samples

This commit is contained in:
William Cheng 2020-04-07 16:46:32 +08:00
parent 2ff9be6f95
commit ceef040e37

View File

@ -245,13 +245,6 @@ CREATE TABLE IF NOT EXISTS `EnumArrays` (
`array_enum` JSON DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Table structure for table `EnumClass` generated from model 'EnumClass'
--
CREATE TABLE IF NOT EXISTS `EnumClass` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Table structure for table `Enum_Test` generated from model 'EnumUnderscoreTest'
--
@ -384,13 +377,6 @@ CREATE TABLE IF NOT EXISTS `OuterComposite` (
`my_boolean` TINYINT(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Table structure for table `OuterEnum` generated from model 'OuterEnum'
--
CREATE TABLE IF NOT EXISTS `OuterEnum` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Table structure for table `Pet` generated from model 'Pet'
--