Module: PGTrunk::Statements
- Defined in:
- lib/pg_trunk/core/railtie/statements.rb
Overview
The module adds commands to execute DDL operations in PostgreSQL.
Class Method Summary collapse
Instance Method Summary collapse
-
#skip_inversion ⇒ Object
A command does nothing when a unidirectional command is inverted (for example, when a foreign key validation is inverted).
Class Method Details
Instance Method Details
#skip_inversion ⇒ Object
A command does nothing when a unidirectional command is inverted (for example, when a foreign key validation is inverted). This case is different from those when an inversion cannot be made.
19 |
# File 'lib/pg_trunk/core/railtie/statements.rb', line 19 def skip_inversion(*); end |