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>
677 B
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] |