mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
26 lines
598 B
YAML
26 lines
598 B
YAML
Chill\MainBundle\Entity\Address:
|
|
type: entity
|
|
table: chill_main_address
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
streetAddress1:
|
|
type: string
|
|
length: 255
|
|
streetAddress2:
|
|
type: string
|
|
length: 255
|
|
validFrom:
|
|
type: date
|
|
isNoAddress:
|
|
type: boolean
|
|
default: false
|
|
manyToOne:
|
|
postcode:
|
|
targetEntity: Chill\MainBundle\Entity\PostalCode
|
|
lifecycleCallbacks: { }
|