Sha256: e562fb90cdbedad73ee2cf4d1dcf0007e31324439cc27153746384d9cba84e73
Contents?: true
Size: 414 Bytes
Versions: 20
Compression:
Stored size: 414 Bytes
Contents
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
20 entries across 20 versions & 1 rubygems