Sha256: 87bf4579d29516e6fd0520525475dd178106cf00052aa3d482c360378e46dbff

Contents?: true

Size: 155 Bytes

Versions: 2

Compression:

Stored size: 155 Bytes

Contents

module Automigration
  module Fields
    class Text < Sys::Base
      def to_db_columns
        [db_column_for_standart_types]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
automigration-0.2.2 lib/automigration/fields/text.rb
automigration-0.2.1 lib/automigration/fields/text.rb