Sha256: 76af057d0a4c0f6d26730c5269afc6fae1f9b0c2408a8f21e79cfabf4d90d048
Contents?: true
Size: 219 Bytes
Versions: 6
Compression:
Stored size: 219 Bytes
Contents
class CreateHitchensPosts < ActiveRecord::Migration def change create_table :hitchens_posts do |t| t.text :body t.string :title t.datetime :publication_date t.timestamps end end end
Version data entries
6 entries across 3 versions & 1 rubygems