Sha256: a7a863b18cf74a1d90de37fc8ea8ff2abe00844ee507d0ea4863e42d34622eb2
Contents?: true
Size: 335 Bytes
Versions: 21
Compression:
Stored size: 335 Bytes
Contents
# This migration comes from keppler_frontend (originally 20180827154249) class CreateKepplerFrontendViewCallbacks < ActiveRecord::Migration[5.2] def change create_table :keppler_frontend_view_callbacks do |t| t.string :name t.string :function_type t.integer :view_id t.timestamps end end end
Version data entries
21 entries across 20 versions & 1 rubygems