Skip to content

Instantly share code, notes, and snippets.

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