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

13 lines
192 B
YAML
Raw Normal View History

2007-10-15 23:34:48 +04:00
---
User:
columns:
username:
type: string
length: 255
contact_id:
type: integer
length: 11
2007-10-15 23:34:48 +04:00
relations:
Contact:
local: contact_id
foreign: id