11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
Contact:
|
|
columns:
|
|
id:
|
|
type: integer
|
|
length: 11
|
|
primary: true
|
|
autoincrement: true
|
|
name:
|
|
type: string
|
|
length: 255 |