Sha256: 1e805e9ccd8ebe11893fa17c70adbbdd5b072e9170ed9ea656ea2d5dc527dfc5
Contents?: true
Size: 190 Bytes
Versions: 6
Compression:
Stored size: 190 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.text :markdown t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems