1
0
mirror of synced 2025-01-22 08:11:40 +03:00

19 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