1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/sandbox/schema/user.yml
2007-10-15 19:34:48 +00:00

13 lines
No EOL
190 B
YAML

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