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