Sha256: de73149d94bc4eac0e78d98c64934fb78abb5dbd69283227c602eddc9ab69486
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
ActiveRecord::Migration.create_table :accounts do |t| t.string :name t.date :code end ActiveRecord::Migration.create_table :users do |t| t.string :name t.integer :account_id t.string :letter_code end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auto_increment-1.1.1 | spec/support/active_record.rb |
auto_increment-1.1.0 | spec/support/active_record.rb |