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