1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/sandbox/schema/user.yml
2007-10-15 19:34:48 +00:00

13 lines
190 B
YAML

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