How can i delete old column from database table?
Confluence User - 25 Apr, 2018
i create new text field with ID = textfield_a.
When i submitted new process, it'll create new column textfied_a in target table.
After that, i create other text field with ID = textfield_b. And then i remove textfield_a
.
Before submit other process, i drop target table. So the data still empty
When i submitted other new process, BUT it still generate OLD column (textfield_a).
How can i delete old column/unused column in target table on database?
Regards,
forms;datalists