class
ActiveRecord::ConnectionAdapters::Column
v3.0.9 -
Show latest stable
- Superclass: Object
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