rails latest stable - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

An abstract definition of a column in a table.

Constants

FALSE_VALUES = [false, 0, '0', 'f', 'F', 'false', 'FALSE'].to_set

TRUE_VALUES = [true, 1, '1', 't', 'T', 'true', 'TRUE'].to_set

Attributes

[R]default
[R]limit
[R]name
[R]null
[R]precision
[RW]primary
[R]scale
[R]sql_type
[R]type

Files

  • activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb

Nested classes and modules