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

677 B

Table Order

(mapped from: Order)

Properties

Name Mapping SQL Type Default Type Description Notes
id id long PRIMARY KEY AUTOINCREMENT kotlin.Long [optional]
petId petId long kotlin.Long [optional]
quantity quantity int kotlin.Int [optional]
shipDate shipDate datetime java.time.LocalDateTime [optional]
status status text status Order Status [optional]
complete complete boolean kotlin.Boolean [optional]