Sha256: 0cc8668a5e61448802af0e3cce55d62cc25ea9ee5d63a742382430b8e8f5d060
Contents?: true
Size: 151 Bytes
Versions: 145
Compression:
Stored size: 151 Bytes
Contents
class CreateUser < ActiveRecord::Migration[4.2] def change create_table :users do |t| t.string :name t.timestamps end end end
Version data entries
145 entries across 145 versions & 1 rubygems