1
0
mirror of synced 2025-01-09 02:27:10 +03:00
doctrine2/website/config/doctrine/blog_post.yml
2007-09-06 15:51:12 +00:00

22 lines
352 B
YAML

---
BlogPost:
tableName: blog_post
columns:
id:
type: integer
size: 4
primary: true
autoincrement: true
created_at:
type: timestamp
updated_at:
type: timestamp
name:
type: string
size: 255
slug:
type: string
size: 255
unique: true
body:
type: clob