Class TableColumnBinary
In: app/models/table_column_binary.rb
Parent: TableColumn

binary 型のテーブルのカラムのモデル

Methods

spec  

Public Instance methods

[Source]

    # File app/models/table_column_binary.rb, line 29
29:   def spec
30:     "#{name}:binary"
31:   end

[Validate]