Armel Soro ed14ce4dec
[Kotlin] Use mutable container types when 'modelMutable' is enabled (#11154)
* [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>
2022-01-30 12:06:03 +00:00

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]
email email text kotlin.String [optional]
password password text kotlin.String [optional]
phone phone text kotlin.String [optional]
userStatus userStatus int kotlin.Int User Status [optional]