1
0
mirror of synced 2025-01-23 00:31:40 +03:00
doctrine2/sandbox/schema/contact.yml

11 lines
161 B
YAML
Raw Normal View History

2007-10-15 19:34:48 +00:00
---
Contact:
columns:
2007-10-18 04:03:33 +00:00
id:
type: integer
length: 11
primary: true
autoincrement: true
2007-10-15 19:34:48 +00:00
name:
type: string
length: 255