mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
Adding languages in DB ref #356
This commit is contained in:
10
Resources/config/doctrine/Language.orm.yml
Normal file
10
Resources/config/doctrine/Language.orm.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
Chill\MainBundle\Entity\Language:
|
||||
type: entity
|
||||
table: null
|
||||
id:
|
||||
id:
|
||||
type: string
|
||||
fields:
|
||||
name:
|
||||
type: json_array
|
||||
lifecycleCallbacks: { }
|
Reference in New Issue
Block a user