Changeset 1193 for cpc/trunk/project/config
- Timestamp:
- May 14, 2010, 10:40:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/doctrine/schema.yml
r1164 r1193 1 1 options: 2 2 type: MyISAM 3 collate: latin1_swedish_ci 4 charset: latin1 3 collate: utf8_unicode_ci 4 charset: utf8 5 5 6 6 7 Personnalite: … … 470 471 unique: true 471 472 ititre: 472 fields: [categorie, titre ]473 fields: [categorie, titre(200)] 473 474 ititrecitoyen: 474 fields: [categorie, titre , citoyen_id]475 fields: [categorie, titre(200), citoyen_id] 475 476 iarticle: 476 477 fields: [article_id]
Note: See TracChangeset
for help on using the changeset viewer.