mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
23 lines
524 B
YAML
23 lines
524 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
|
|
manyToOne:
|
|
postcode:
|
|
targetEntity: Chill\MainBundle\Entity\PostalCode
|
|
lifecycleCallbacks: { }
|