Changeset 233 for cpc/trunk/project/config
- Timestamp:
- Aug 12, 2009, 10:22:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/doctrine/schema.yml
r221 r233 21 21 site_web: string(255) 22 22 debut_mandat: date 23 fin_mandat: date 23 24 place_hemicycle: integer 24 25 url_an: string(255) … … 131 132 Section: 132 133 actAs: 133 Timestampable 134 columns: 135 id: 134 Timestampable: ~ 135 Taggable: ~ 136 columns: 137 md5: 136 138 type: string(36) 137 primary: true139 unique: true 138 140 titre: string(256) 139 141 titre_complet: string(512) 140 section_id: string(36)142 section_id: integer 141 143 min_date: string(15) 142 144 timestamp: integer … … 147 149 148 150 Intervention: 149 actAs: 151 actAs: 150 152 Timestampable: ~ 151 153 Taggable: ~ … … 163 165 source: string(128) 164 166 seance_id: integer 165 section_id: string(36)167 section_id: integer 166 168 type: 167 169 type: enum
Note: See TracChangeset
for help on using the changeset viewer.