File tree Expand file tree Collapse file tree 1 file changed +17
-32
lines changed Expand file tree Collapse file tree 1 file changed +17
-32
lines changed Original file line number Diff line number Diff line change 1
- [
2
- {
1
+ [{
2
+ "table" : " feedback" ,
3
+ "action" : " create" ,
4
+ "schema" : {
5
+ "feedback_id" : " integer" ,
6
+ "title" : " string" ,
7
+ "description" : " string" ,
8
+ "uri" : " string" ,
9
+ "type" : " string" ,
10
+ "param" : " string" ,
11
+ "created" : " datatime"
12
+ }
13
+ }, {
3
14
"table" : " language" ,
4
15
"action" : " create" ,
5
16
"schema" : {
280
291
"email" : " string" ,
281
292
"phone" : " string" ,
282
293
"language" : " string" ,
283
- "cookie" : " string" ,
284
- "alias" : " string" ,
285
- "state" : " integer" ,
286
- "score" : " integer"
287
- },
288
- "relations" : {
289
- "user_data" : {
290
- "type" : " hasMany" ,
291
- "keys" : {
292
- "local" : " role_id" ,
293
- "foreign" : " role_id"
294
- }
295
- }
296
- }
297
- }, {
298
- "table" : " user_data" ,
299
- "action" : " create" ,
300
- "schema" : {
301
- "user_data_id" : " integer" ,
302
- "user_id" : " integer" ,
303
294
"ticketed" : " integer" ,
304
295
"admin_access" : " integer" ,
296
+ "iname" : " string" ,
297
+ "fname" : " string" ,
298
+ "oname" : " string" ,
299
+ "cookie" : " string" ,
305
300
"alias" : " string" ,
306
301
"state" : " integer" ,
307
302
"score" : " integer"
308
- },
309
- "relations" : {
310
- "user" : {
311
- "type" : " belongsTo" ,
312
- "keys" : {
313
- "local" : " user_id" ,
314
- "foreign" : " user_id"
315
- }
316
- }
317
303
}
318
304
}, {
319
305
"table" : " contact" ,
601
587
}
602
588
}
603
589
]
604
-
You can’t perform that action at this time.
0 commit comments