[2.0] DDC-169 - Fixed DatabaseDriver
This commit is contained in:
parent
a0d26a8409
commit
e9f2f6736a
@ -1,26 +0,0 @@
|
||||
DbdriverBaz:
|
||||
type: entity
|
||||
table: dbdriver_baz
|
||||
fields:
|
||||
id:
|
||||
id: true
|
||||
type: integer
|
||||
unsigned: false
|
||||
notnull: true
|
||||
default: null
|
||||
generator:
|
||||
strategy: AUTO
|
||||
oneToOne:
|
||||
bar:
|
||||
targetEntity: DbdriverBar
|
||||
cascade:
|
||||
remove: false
|
||||
persist: false
|
||||
refresh: false
|
||||
merge: false
|
||||
detach: false
|
||||
mappedBy: null
|
||||
joinColumns:
|
||||
bar_id:
|
||||
referencedColumnName: id
|
||||
orphanRemoval: false
|
@ -1,17 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user