Sha256: 9a096f60ee8af0df3baf4918c15c81ffca3f118f136472c17576c2e83f5658b9
Contents?: true
Size: 169 Bytes
Versions: 4
Compression:
Stored size: 169 Bytes
Contents
class CreateInfos < ActiveRecord::Migration def change create_table :infos do |t| t.integer :wage t.string :wife t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems