Sha256: 87db74bc3de3ef5c6df904c30082837b5defbb9b8a1629c2c8e39f86a18aab76
Contents?: true
Size: 193 Bytes
Versions: 7
Compression:
Stored size: 193 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.string :email t.decimal :credits t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems