1
0
mirror of synced 2025-01-22 16:21:40 +03:00
doctrine2/sandbox/schema/entity.yml

8 lines
111 B
YAML
Raw Normal View History

---
Entity:
columns:
id:
type: integer
size: 11
primary: true
autoincrement: true