Method: Sequel::Postgres::DatabaseMethods#supports_drop_table_if_exists?

Defined in:
lib/sequel/adapters/shared/postgres.rb

#supports_drop_table_if_exists?Boolean

PostgreSQL supports DROP TABLE IF EXISTS

Returns:

  • (Boolean)


486
487
488
# File 'lib/sequel/adapters/shared/postgres.rb', line 486

def supports_drop_table_if_exists?
  true
end