Sha256: 5ec81cb294fefaecc073e6fee0abfe58dee575ea51afc0a62dfdfbedda64af84
Contents?: true
Size: 199 Bytes
Versions: 27
Compression:
Stored size: 199 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[5.2] def change create_table :posts do |t| t.string :title t.text :body t.boolean :published t.timestamps end end end
Version data entries
27 entries across 27 versions & 1 rubygems