1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/sandbox/schema/user.yml

13 lines
192 B
YAML

---
User:
columns:
username:
type: string
length: 255
contact_id:
type: integer
length: 11
relations:
Contact:
local: contact_id
foreign: id