forked from loafle/openapi-generator-original
Add example allOf with single ref (#10948)
* Add example allOf with single ref * fix dart-dio-next handling of that case * Refactor without vendor extension * Regenerate newer samples
This commit is contained in:
@@ -421,7 +421,8 @@ CREATE TABLE IF NOT EXISTS `User` (
|
||||
`email` TEXT DEFAULT NULL,
|
||||
`password` TEXT DEFAULT NULL,
|
||||
`phone` TEXT DEFAULT NULL,
|
||||
`userStatus` INT DEFAULT NULL COMMENT 'User Status'
|
||||
`userStatus` INT DEFAULT NULL COMMENT 'User Status',
|
||||
`userType` TEXT DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user