1
0
mirror of synced 2025-01-22 08:11:40 +03:00

13 lines
192 B
YAML

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