Sha256: 306e42188a60d14901a8da83611eea937867a68e3a1f51cf8373745a96abd8dd

Contents?: true

Size: 138 Bytes

Versions: 1

Compression:

Stored size: 138 Bytes

Contents

class CreatePageTags < ActiveRecord::Migration[5.1]
  def change
    create_table :page_tags do |t|

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-2.5.0 db/migrate/20171025051118_create_page_tags.rb