mirror of https://github.com/nocodb/nocodb
Raju Udava
3 years ago
2 changed files with 108 additions and 0 deletions
@ -0,0 +1,108 @@
|
||||
{ |
||||
"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