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