Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to create new table in the database #769

Open
grabdoc opened this issue Nov 8, 2024 · 0 comments
Open

Add support to create new table in the database #769

grabdoc opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request enterprise edition only planned for only available in enterprise edition
Milestone

Comments

@grabdoc
Copy link
Collaborator

grabdoc commented Nov 8, 2024

  1. Add a new parameter ENABLE_DB_MIGRATION = true | false
  2. 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
}
,
.....

]

@grabdoc grabdoc added the enhancement New feature or request label Nov 8, 2024
@grabdoc grabdoc added this to the Nov2024 milestone Nov 8, 2024
@kdhrubo kdhrubo added the enterprise edition only planned for only available in enterprise edition label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request enterprise edition only planned for only available in enterprise edition
Projects
None yet
Development

No branches or pull requests

3 participants