An abstract definition of a column in a table.
Constants
TRUE_VALUES = [true, 1, '1', 't', 'T', 'true', 'TRUE'].to_set
FALSE_VALUES = [false, 0, '0', 'f', 'F', 'false', 'FALSE'].to_set
Attributes
[R] | sql_type | |
[R] | name | |
[R] | default | |
[R] | type | |
[R] | limit | |
[R] | null | |
[R] | precision | |
[R] | scale | |
[RW] | primary |