Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - 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

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
Show files where this class is defined (1 file)
Register or log in to add new notes.