Changeset 327 for cpc/trunk/project/config
- Timestamp:
- Aug 27, 2009, 1:55:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/doctrine/schema.yml
r304 r327 308 308 champ: string(32) 309 309 value: blob 310 311 Commentaire: 312 actAs: 313 Timestampable: 314 columns: 315 citoyen_id: integer 316 commentaire: string 317 is_public: boolean 318 rate: integer 319 object_type: string(64) 320 object_id: integer 321 relations: 322 Citoyen: 323 foreignAlias: Commentaires 324 indexes: 325 commentable: 326 fields: [object_type, object_id] 327 328 RateCommentaire: 329 actAs: 330 Timestampable: 331 columns: 332 commentaire_id: integer 333 rate: integer 334 citoyen_id: integer 335 relations: 336 Citoyen: 337 foreignAlias: Rates 338 Commentaire: 339 foreignAlias: Rates 340 341
Note: See TracChangeset
for help on using the changeset viewer.