Changeset 11530 for OpenPNE3/trunk/config/doctrine/schema.yml
- Timestamp:
- Apr 30, 2009, 4:44:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/config/doctrine/schema.yml
r11529 r11530 3 3 4 4 Member: 5 tableName: member6 5 actAs: [Timestampable,opActivateBehavior] 7 6 columns: … … 13 12 14 13 MemberRelationship: 15 tableName: member_relationship16 14 columns: 17 15 id: { type: integer(4), primary: true, autoincrement: true } … … 26 24 27 25 MemberImage: 28 tableName: member_image29 26 columns: 30 27 id: { type: integer(4), primary: true, autoincrement: true } … … 37 34 38 35 File: 39 tableName: file40 36 actAs: [Timestampable] 41 37 columns: … … 48 44 49 45 FileBin: 50 tableName: file_bin51 46 columns: 52 47 file_id: { type: integer(4), primary: true } … … 54 49 55 50 Profile: 56 tableName: profile57 51 actAs: 58 52 I18n: … … 79 73 80 74 ProfileOption: 81 tableName: profile_option82 75 actAs: 83 76 I18n: … … 93 86 94 87 MemberProfile: 95 tableName: member_profile96 88 actAs: 97 89 NestedSet: … … 111 103 112 104 Community: 113 tableName: community114 105 actAs: [Timestampable] 115 106 columns: … … 123 114 124 115 CommunityMember: 125 tableName: community_member126 116 columns: 127 117 id: { type: integer(4), primary: true, autoincrement: true } … … 134 124 135 125 AdminUser: 136 tableName: admin_user137 126 columns: 138 127 id: { type: integer(4), primary: true, autoincrement: true } … … 141 130 142 131 SnsConfig: 143 tableName: sns_config144 132 columns: 145 133 id: { type: integer(4), primary: true, autoincrement: true } … … 148 136 149 137 MemberConfig: 150 tableName: member_config151 138 columns: 152 139 id: { type: integer(4), primary: true, autoincrement: true } … … 158 145 159 146 CommunityConfig: 160 tableName: community_config161 147 columns: 162 148 id: { type: integer(4), primary: true, autoincrement: true } … … 168 154 169 155 CommunityCategory: 170 tableName: community_category171 156 actAs: 172 157 NestedSet: … … 181 166 182 167 Gadget: 183 tableName: gadget184 168 columns: 185 169 id: { type: integer(4), primary: true, autoincrement: true } … … 189 173 190 174 GadgetConfig: 191 tableName: gadget_config192 175 columns: 193 176 id: { type: integer(4), primary: true, autoincrement: true } … … 199 182 200 183 Navigation: 201 tableName: navigation202 184 actAs: 203 185 I18n: … … 212 194 213 195 Blacklist: 214 tableName: blacklist215 196 columns: 216 197 id: { type: integer(4), primary: true, autoincrement: true }
Note: See TracChangeset
for help on using the changeset viewer.