class DbSchema::Definitions::Index::TableField

Public Instance Methods

expression?() click to toggle source
# File lib/db_schema/definitions/index/table_field.rb, line 5
def expression?
  false
end
index_name_segment() click to toggle source
# File lib/db_schema/definitions/index/table_field.rb, line 9
def index_name_segment
  name
end
to_sequel() click to toggle source
# File lib/db_schema/definitions/index/table_field.rb, line 13
def to_sequel
  name
end