Simple "Database Table"
{
"name": "{{tableName}}",
"type": "TABLE",
"columns": [{
"name": "ID",
"type": "INTEGER",
"primaryKey": "true"
}, {
"name": "NAME",
"type": "VARCHAR",
"length": "50"
}]
}
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.