integer 型のテーブルのカラムのモデル
[Source]
# File app/models/table_column_integer.rb, line 29 29: def spec 30: "#{name}:int:#{length}" 31: end
[Validate]