mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.2 KiB
108 lines
2.2 KiB
{ |
|
"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": "" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|