Sha256: 3bea13a77a16b94a04afb2adef2173f8a8dde7598a77c1b26cd59cec85977037

Contents?: true

Size: 328 Bytes

Versions: 20

Compression:

Stored size: 328 Bytes

Contents

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

20 entries across 20 versions & 1 rubygems

Version Path
keppler-2.1.18 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.17 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.16 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.15 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.14 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.13 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.12 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.11 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.10 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.9 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.8 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.7 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.6 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.5 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.4 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.3 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.2 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.1 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1.pre.p1 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb
keppler-2.1 installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb