1
0
Fork 0
mirror of synced 2025-03-29 11:19:50 +03:00
doctrine2/sandbox/schema/user.yml

13 lines
No EOL
192 B
YAML

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