Changeset 180 for cpc/trunk/project/config
- Timestamp:
- Aug 8, 2009, 2:13:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/doctrine/schema.yml
r174 r180 237 237 Amendement: 238 238 foreignAlias: ParlementaireAmendements 239 240 Utilisateur: 241 actAs: 242 Timestampable: 243 Sluggable: 244 fields: [login] 245 columns: 246 login: 247 type: string(255) 248 unique: true 249 pass: 250 type: string(40) 251 notnull: true 252 sexe: 253 type: enum 254 values: ['H', 'F'] 255 naissance: date 256 profession: string(255) 257 parlementaire_id: integer 258 mail: 259 type: string(255) 260 notnull: true 261 activation_id: string(32) 262 activation: 263 type: boolean 264 default: 0 265 notnull: true 266 circo: string(255) 267 circo_num: integer 268 photo: 269 type: boolean 270 default: 0
Note: See TracChangeset
for help on using the changeset viewer.