Sha256: cc5d10ea6a8fdbe58f072869a964751442411075b5e2c4fbeb5221afa547b197
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[5.2] def change create_table :posts do |t| t.string :title t.text :content t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tui_editor-rails-1.0.2.0 | example/db/migrate/20180208210404_create_posts.rb |