mirror of https://github.com/nocodb/nocodb
Navi
3 years ago
committed by
GitHub
1 changed files with 0 additions and 108 deletions
@ -1,108 +0,0 @@ |
|||||||
{ |
|
||||||
"name": "blogger_test", |
|
||||||
"tables": [ |
|
||||||
{ |
|
||||||
"tn": "blog", |
|
||||||
"columns": [ |
|
||||||
{ |
|
||||||
"cn": "title", |
|
||||||
"uidt": "SingleLineText", |
|
||||||
"dt": "", |
|
||||||
"dtx": "", |
|
||||||
"ct": "", |
|
||||||
"nrqd": false, |
|
||||||
"rqd": true, |
|
||||||
"ck": false, |
|
||||||
"pk": true, |
|
||||||
"un": false, |
|
||||||
"ai": true, |
|
||||||
"cdf": null, |
|
||||||
"clen": null, |
|
||||||
"np": null, |
|
||||||
"ns": 0, |
|
||||||
"dtxp": "", |
|
||||||
"dtxs": "", |
|
||||||
"uip": "", |
|
||||||
"uicn": "", |
|
||||||
"_cn": "" |
|
||||||
}, |
|
||||||
{ |
|
||||||
"cn": "body", |
|
||||||
"uidt": "SingleLineText", |
|
||||||
"dt": "", |
|
||||||
"dtx": "", |
|
||||||
"ct": "", |
|
||||||
"nrqd": false, |
|
||||||
"rqd": true, |
|
||||||
"ck": false, |
|
||||||
"pk": true, |
|
||||||
"un": false, |
|
||||||
"ai": true, |
|
||||||
"cdf": null, |
|
||||||
"clen": null, |
|
||||||
"np": null, |
|
||||||
"ns": 0, |
|
||||||
"dtxp": "", |
|
||||||
"dtxs": "", |
|
||||||
"uip": "", |
|
||||||
"uicn": "", |
|
||||||
"_cn": "" |
|
||||||
} |
|
||||||
] |
|
||||||
}, |
|
||||||
{ |
|
||||||
"tn": "comment", |
|
||||||
"columns": [ |
|
||||||
{ |
|
||||||
"cn": "title", |
|
||||||
"uidt": "SingleLineText", |
|
||||||
"dt": "", |
|
||||||
"dtx": "", |
|
||||||
"ct": "", |
|
||||||
"nrqd": false, |
|
||||||
"rqd": true, |
|
||||||
"ck": false, |
|
||||||
"pk": true, |
|
||||||
"un": false, |
|
||||||
"ai": true, |
|
||||||
"cdf": null, |
|
||||||
"clen": null, |
|
||||||
"np": null, |
|
||||||
"ns": 0, |
|
||||||
"dtxp": "", |
|
||||||
"dtxs": "", |
|
||||||
"uip": "", |
|
||||||
"uicn": "", |
|
||||||
"_cn": "" |
|
||||||
} |
|
||||||
] |
|
||||||
}, |
|
||||||
{ |
|
||||||
"tn": "tag", |
|
||||||
"columns": [ |
|
||||||
{ |
|
||||||
"cn": "title", |
|
||||||
"uidt": "SingleLineText", |
|
||||||
"dt": "", |
|
||||||
"dtx": "", |
|
||||||
"ct": "", |
|
||||||
"nrqd": false, |
|
||||||
"rqd": true, |
|
||||||
"ck": false, |
|
||||||
"pk": true, |
|
||||||
"un": false, |
|
||||||
"ai": true, |
|
||||||
"cdf": null, |
|
||||||
"clen": null, |
|
||||||
"np": null, |
|
||||||
"ns": 0, |
|
||||||
"dtxp": "", |
|
||||||
"dtxs": "", |
|
||||||
"uip": "", |
|
||||||
"uicn": "", |
|
||||||
"_cn": "" |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
Loading…
Reference in new issue