Sha256: 70cbd33da32f1eee85bb3a432bdcac07eefaa3ccd1798bb2efa4dbb69dfb29e3
Contents?: true
Size: 429 Bytes
Versions: 21
Compression:
Stored size: 429 Bytes
Contents
# This migration comes from keppler_frontend (originally 20180827120734) class CreateKepplerFrontendCallbackFunctions < ActiveRecord::Migration[5.2] def change create_table :keppler_frontend_callback_functions do |t| t.string :name t.string :description t.integer :position t.datetime :deleted_at t.timestamps end add_index :keppler_frontend_callback_functions, :deleted_at end end
Version data entries
21 entries across 20 versions & 1 rubygems