As a developer, I want to check if a table or view exists before and after running a migration script, so that I can determine if the script worked or not.
Given a table or view name, when I run a check, it should return an indication of whether or not it exists.
As a developer, I want to check if a table or view exists before and after running a migration script, so that I can determine if the script worked or not.
Given a table or view name, when I run a check, it should return an indication of whether or not it exists.