Sha256: 88bb06a55731e33244f3cc7f0807d7ee6353d4e678c90d251538f92694890d96

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

class CreateMiniBlogTags < ActiveRecord::Migration[5.1]
  def change
    create_table :mini_blog_tags do |t|
      t.string :name, null: false

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mini_blog-0.1.1 db/migrate/20180224112101_create_mini_blog_tags.rb
mini_blog-0.1.0 db/migrate/20180224112101_create_mini_blog_tags.rb