forked from loafle/openapi-generator-original
* [Kotlin] Use Mutable container types when 'modelMutable' is enabled * Generate sample 'kotlin' project with mutable models * Generate sample 'kotlin-server' project with mutable models * Generate sample 'kotlin-vertx' project with mutable models * Generate sample 'ktorm-schema' project with mutable models Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
772 B
772 B
Table User
(mapped from: User)
Properties
| Name | Mapping | SQL Type | Default | Type | Description | Notes |
|---|---|---|---|---|---|---|
| id | id | long PRIMARY KEY AUTOINCREMENT | kotlin.Long | [optional] | ||
| username | username | text | kotlin.String | [optional] | ||
| firstName | firstName | text | kotlin.String | [optional] | ||
| lastName | lastName | text | kotlin.String | [optional] | ||
| text | kotlin.String | [optional] | ||||
| password | password | text | kotlin.String | [optional] | ||
| phone | phone | text | kotlin.String | [optional] | ||
| userStatus | userStatus | int | kotlin.Int | User Status | [optional] |