All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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