Flowdock
v3.0.0 - Show latest stable - 0 notes - Superclass: Object

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

[RW] primary
[R] name
[R] default
[R] type
[R] limit
[R] null
[R] sql_type
[R] precision
[R] scale
Show files where this class is defined (1 file)
Register or log in to add new notes.