forked from loafle/openapi-generator-original
* [Mysql Schema] Add new generator * [Mysql Schema] Fix default definition * [Mysql Schema] Add defaultDatabaseName option * [Mysql Schema] Add jsonDataTypeEnabled option * [Mysql Schema] Add samples
17 lines
652 B
SQL
17 lines
652 B
SQL
/* SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; */
|
|
/* SET AUTOCOMMIT = 0; */
|
|
/* START TRANSACTION; */
|
|
/* SET time_zone = "+00:00"; */
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `Return` generated from model 'Return'
|
|
-- Model for testing reserved words *_/ ' \" =end -- \\r\\n \\n \\r
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `Return` (
|
|
`return` INT DEFAULT NULL COMMENT 'property description *_/ ' \" =end -- \\r\\n \\n \\r'
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Model for testing reserved words *_/ ' \" =end -- \\r\\n \\n \\r';
|
|
|