Sha256: 9e61a1ccf49f521291da433ad8332549673725436095d57a3180d9a8f7684dff
Contents?: true
Size: 487 Bytes
Versions: 24
Compression:
Stored size: 487 Bytes
Contents
# This migration comes from keppler_frontend (originally 20180717160248) class CreateKepplerFrontendViews < ActiveRecord::Migration[5.2] def change create_table :keppler_frontend_views do |t| t.string :name t.string :url t.boolean :root_path t.string :method t.boolean :active t.string :format_result t.integer :position t.datetime :deleted_at t.timestamps end add_index :keppler_frontend_views, :deleted_at end end
Version data entries
24 entries across 24 versions & 1 rubygems