-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
enhancementNew feature or requestNew feature or requestenterprise edition onlyplanned for only available in enterprise editionplanned for only available in enterprise edition
Milestone
Description
- Add a new parameter ENABLE_DB_MIGRATION = true | false
- The request payload structure
tableName: t_employee
description: Employee table
columns : [
{
name : 'id'
description: 'Id column'
type: 'string'
length: 30
pk: true
}
,
{
name : 'first_name'
type: 'string'
length: 30
nullable: false
}
,
{
name : 'age'
type: 'int'
defaultValue: 0
}
,
.....
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestenterprise edition onlyplanned for only available in enterprise editionplanned for only available in enterprise edition