1
0
mirror of synced 2025-03-05 04:13:20 +03:00

17 lines
296 B
YAML

DbdriverFoo:
type: entity
table: dbdriver_foo
fields:
id:
id: true
type: integer
unsigned: false
notnull: true
default: null
generator:
strategy: AUTO
bar:
type: string(200)
fixed: false
notnull: true
default: null