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
823 824 825 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 823 def supports_drop_table_if_exists? true end |