Skip to content

Instantly share code, notes, and snippets.

@havvg
Created November 28, 2011 18:14
Show Gist options
  • Save havvg/1401371 to your computer and use it in GitHub Desktop.
Save havvg/1401371 to your computer and use it in GitHub Desktop.
mcx-users:
_attributes: { package: lib.model.user }
user_profile:
_attributes: { phpName: sfGuardUserProfile }
id: ~
user_id: { type: integer, foreignTable: sf_guard_user, foreignReference: id, required: true, onDelete: cascade }
email: { type: varchar(255), index: unique }
created_at: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment