Sha256: becf493f6012c0392f592327d7ac7c0e9051a10d72d5cd14e31150ef6d9be833
Contents?: true
Size: 354 Bytes
Versions: 20
Compression:
Stored size: 354 Bytes
Contents
class CreateKepplerFrontendCallbackFunctions < ActiveRecord::Migration[5.2] def change create_table :keppler_frontend_callback_functions do |t| t.string :name t.text :description t.integer :position t.datetime :deleted_at t.timestamps end add_index :keppler_frontend_callback_functions, :deleted_at end end
Version data entries
20 entries across 20 versions & 1 rubygems