/template-database-table

Database table template for version 3.x and above

Primary LanguageJavaScriptEclipse Public License 1.0EPL-1.0

Template V3 - Database Table

Eclipse License GitHub contributors

Overview

Simple "Database Table"

{
	"name": "{{tableName}}",
	"type": "TABLE",
	"columns": [{
		"name": "ID",
		"type": "INTEGER",
		"primaryKey": "true"
	}, {
		"name": "NAME",
		"type": "VARCHAR",
		"length": "50"
	}]
}

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 1.0. See LICENSE and NOTICE.txt for further details.