mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Renaming genre into gender & dateOfBirth into birthdate
This commit is contained in:
@@ -17,16 +17,15 @@ Chill\PersonBundle\Entity\Person:
|
||||
lastName:
|
||||
type: string
|
||||
length: 255
|
||||
dateOfBirth:
|
||||
birthdate:
|
||||
type: date
|
||||
column: date_of_birth
|
||||
nullable: true
|
||||
placeOfBirth:
|
||||
type: string
|
||||
length: 255
|
||||
column: place_of_birth
|
||||
default: ''
|
||||
genre:
|
||||
gender:
|
||||
type: string
|
||||
length: 9
|
||||
memo:
|
||||
|
Reference in New Issue
Block a user