Sha256: bfc09e995f0b15a0167e44128f8fa98a305cd49697d659e31697872abc0f3e2f
Contents?: true
Size: 198 Bytes
Versions: 11
Compression:
Stored size: 198 Bytes
Contents
class CreateClients < ActiveRecord::Migration def change create_table :clients do |t| t.string :name t.string :email t.string :password t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems