class DbSchema::Operations::CreateCheckConstraint
Attributes
check[R]
Public Class Methods
new(check)
click to toggle source
# File lib/db_schema/operations.rb, line 160 def initialize(check) @check = check end