cloud-dirigible
cloud-dirigible copied to clipboard
Database tables: renaming table behavior.
Problem: Dirigible does not let you creating table with a name that already exists in either the Workspace or Database view. It however allows you to rename existing table with a name that already exists in the Database view (and does not exist in the Workspace view).
Steps: Create tables A.table and B.table => activate project => delete A.table => rename table B.table to A.table.