You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The constraint name. Defaults to <tt>excl_rails_<identifier></tt>.
691
691
# [<tt>:deferrable</tt>]
692
692
# Specify whether or not the exclusion constraint should be deferrable. Valid values are +false+ or +:immediate+ or +:deferred+ to specify the default behavior. Defaults to +false+.
693
+
# [<tt>:using</tt>]
694
+
# Specify which index method to use when creating this exclusion constraint (e.g. +:btree+, +:gist+ etc).
695
+
# [<tt>:where</tt>]
696
+
# Specify an exclusion constraint on a subset of the table (internally PostgreSQL creates a partial index for this).
0 commit comments