13 lines
190 B
YAML
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
|