mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
22 lines
424 B
YAML
22 lines
424 B
YAML
Chill\MainBundle\Entity\User:
|
|
type: entity
|
|
table: users
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
username:
|
|
type: string
|
|
length: 80
|
|
password:
|
|
type: string
|
|
length: 255
|
|
salt:
|
|
type: string
|
|
length: 255
|
|
|
|
|