Skip to content

Mock DROP SCHEMA instruction

DROP SCHEMA instruction is very common, it is often used in migration scripts and tests.

Example:

DROP SCHEMA options_property_test

For better portability of the user's code we need to mock this instruction or produce a warning (configurable), and perhaps the CREATE SCHEMA instruction too.