root/trunk/config/schema.yml

Revision 26, 325 bytes (checked in by francois, 10 months ago)

Added account verification by email

Line 
1 propel:
2   sf_guard_user_profile:
3     _attributes: { phpName: sfGuardUserProfile }
4     id:
5     user_id:     { type: integer, foreignTable: sf_guard_user, foreignReference: id, required: true, onDelete: cascade }
6     remember:    boolean
7     first_name:  varchar(100)
8     last_name:   varchar(100)
9     email:       varchar(255)
Note: See TracBrowser for help on using the browser.