Sha256: 9ce268ceac1a67245dc221aadaaaf3a05bea585e251cf814611fa4b55d97f282
Contents?: true
Size: 181 Bytes
Versions: 4
Compression:
Stored size: 181 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.integer :state t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems