lib/dbf/schema.rb in dbf-2.0.10 vs lib/dbf/schema.rb in dbf-2.0.11

- old
+ new

@@ -1,5 +1,6 @@ module DBF + # The Schema module is mixin for the Table class module Schema # Generate an ActiveRecord::Schema # # xBase data types are converted to generic types as follows: # - Number columns with no decimals are converted to :integer