global

def primary_key?

:nodoc:
for generating a number of table creation or table changing SQL statements.
+columns+ attribute of said TableDefinition object, in order to be used
are typically created by methods in TableDefinition, and added to the
Abstract representation of a column definition. Instances of this type
def primary_key?
  options[:primary_key]
end