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