Add support of IF [NOT] EXISTS for ADD/DROP COLUMN in Postgresql #1626
Labels
op directives
postgresql
use case
not quite a feature and not quite a bug, something we just didn't think of
Describe the use case
Add support for
IF [NOT] EXISTS
forADDDROP COLUMN
operations available on PostgreSQLDatabases / Backends / Drivers targeted
PostgreSQL
Example Use
The goal is to have automatically generated operations rewritable to add
if_exists/if_not_exists
attributes, then rendered with postgres compiler.would generate following SQL
Additional context
Spin-off of #524 for
ADD/DROP COLUMN
Have a nice day!
The text was updated successfully, but these errors were encountered: