Sha256: 08f719d9e229474e73c962729b0d8b0de47a5ccb7b00f3af3e05cfa91dab5d36
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
ActiveRecord::Schema.define do self.verbose = false create_table :users, :force => true do |t| t.string :email t.string :first_name t.string :last_name t.string :encrypted_password t.integer :sign_in_count t.timestamps null: false end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gift_wrap-1.0.0 | test/database/schema.rb |
gift_wrap-0.2.0 | test/database/schema.rb |