1
0
mirror of synced 2025-01-07 09:37:11 +03:00
doctrine2/sandbox/schema/contact.yml
2007-10-18 04:03:33 +00:00

11 lines
161 B
YAML

---
Contact:
columns:
id:
type: integer
length: 11
primary: true
autoincrement: true
name:
type: string
length: 255