Sha256: ce83548ec1afc31ce2aacc8c43ebf2382369472905b8b40119b681baaef66b2c

Contents?: true

Size: 158 Bytes

Versions: 2

Compression:

Stored size: 158 Bytes

Contents

module Automigration
  module Fields
    class Integer < 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/integer.rb
automigration-0.2.1 lib/automigration/fields/integer.rb