12 lines
153 B
YAML
12 lines
153 B
YAML
columns:
|
|
id:
|
|
type: bigInteger
|
|
primary: true
|
|
email:
|
|
type: string
|
|
unique: true
|
|
relations:
|
|
posts:
|
|
type: hasMany
|
|
target: posts
|