Skip to content

dirigiblelabs/template-database-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Database table template for version 3.x and above

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •