Sha256: 2bc473ed6c6cc5c8cb28327284459a618b62822a548f6ba43e1d4dbcd4487aba
Contents?: true
Size: 161 Bytes
Versions: 26
Compression:
Stored size: 161 Bytes
Contents
class CreateBarfoos < ActiveRecord::Migration def change create_table :barfoos do |t| t.text :body t.timestamps null: false end end end
Version data entries
26 entries across 26 versions & 1 rubygems