forked from loafle/openapi-generator-original
update mysql samples
This commit is contained in:
parent
2ff9be6f95
commit
ceef040e37
@ -245,13 +245,6 @@ CREATE TABLE IF NOT EXISTS `EnumArrays` (
|
|||||||
`array_enum` JSON DEFAULT NULL
|
`array_enum` JSON DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
) 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'
|
-- 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
|
`my_boolean` TINYINT(1) DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
) 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'
|
-- Table structure for table `Pet` generated from model 'Pet'
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user