Skip to content

Instantly share code, notes, and snippets.

@kawahara
Created May 17, 2010 12:54
Show Gist options
  • Save kawahara/403722 to your computer and use it in GitHub Desktop.
Save kawahara/403722 to your computer and use it in GitHub Desktop.
diff --git a/config/doctrine/schema.yml b/config/doctrine/schema.yml
index 4ee403a..7696e66 100644
--- a/config/doctrine/schema.yml
+++ b/config/doctrine/schema.yml
@@ -15,7 +15,7 @@ Op2Entry:
columns:
id: { type: integer(4), primary: true, autoincrement: true }
op2_member_id: { type: integer(4), notnull: true }
- number: { type: intger(4) }
+ number: { type: integer(4) }
title: { type: string, notnull: true }
body: { type: string, notnull: true }
has_images: { type: boolean, notnull: true, default: false }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment