1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/sandbox/schema/group.yml

18 lines
287 B
YAML

---
Group:
tableName: groups
columns:
id:
notnull: true
primary: true
autoincrement: true
type: integer
length: 11
name: id
name:
type: string
length: 255
relations:
Users:
class: User
refClass: UserGroup