Sha256: 9637c6e12078401f585bebbd93cca291bd86e7cd60f1382170f2ce660e8f8571
Contents?: true
Size: 169 Bytes
Versions: 12
Compression:
Stored size: 169 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.string :ident t.timestamps end end end
Version data entries
12 entries across 12 versions & 2 rubygems