Database Change
issue type with custom fields SQL, database.Database Change
issue filling the SQL, database, and description fields.Summary
,Description
are not enough for us to track the database changes, so we need to have a new issue type Database Change
and customize the fields accordingly.
Database Change
. We added three additional fields:
Workspace Admin
role.
Prod Sample Instance
and Test Sample Instance
for you to explore the product.
Test Sample Instance
, fill in the database name demodb
, and click Create.
Database Change
issue, fill in the fields and click Create. Here’s the screenshot of the issue.
Database Change
issue just created.
demodb
CREATE TABLE t2024 (id INT, name TEXT);
Create a table t2024, first to demodb
demodb
just created. Select the database, and click Edit Schema.
In Progress
.
Done
. The whole process is completed.