META-INF.dirigible.template-database-table.database.table.template Maven / Gradle / Ivy
{
"name": "{{tableName}}",
"kind": "TABLE",
"columns": [{
"name": "ID",
"type": "INTEGER",
"primaryKey": "true"
}, {
"name": "NAME",
"type": "VARCHAR",
"length": "50"
}]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy