Sha256: 7cb2302a55a9e03a34aa0c44c459954b5d3691fbf3f615867bb256d605efe896
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[5.1] def change create_table :posts do |t| t.string :subject t.text :body t.string :user t.date :release t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems