Skip to content

Instantly share code, notes, and snippets.

@77web
Created December 19, 2011 00:03
Show Gist options
  • Save 77web/1494885 to your computer and use it in GitHub Desktop.
Save 77web/1494885 to your computer and use it in GitHub Desktop.
SymfonyAdventCalendarJP2011用schema.ymlのサンプル(sf1.4+doctrine1.x)-2
Product:
columns:
id:
type: serial
primary: true
name:
type: string(255)
notnull: true
price:
type: integer
notnull: true
default: 0
description:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment