mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 06:26:12 +00:00
Merge remote-tracking branch 'origin/4.2.x' into 5.0.x
This commit is contained in:
@@ -416,6 +416,7 @@ CREATE TABLE IF NOT EXISTS `TypeHolderDefault` (
|
||||
CREATE TABLE IF NOT EXISTS `TypeHolderExample` (
|
||||
`string_item` TEXT NOT NULL,
|
||||
`number_item` DECIMAL(20, 9) NOT NULL,
|
||||
`float_item` DECIMAL(20, 9) NOT NULL,
|
||||
`integer_item` INT NOT NULL,
|
||||
`bool_item` TINYINT(1) NOT NULL,
|
||||
`array_item` JSON NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user