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

13 lines
190 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
size: 11
relations:
Contact:
local: contact_id
foreign: id