Sha256: 3d6d1030c8565b261359ae703ec94fcabb961d5060ce58b26b2a613b705b3b3a
Contents?: true
Size: 396 Bytes
Versions: 82
Compression:
Stored size: 396 Bytes
Contents
class AddProviderInputs < ActiveRecord::Migration[6.0] def change create_table :invocation_provider_input_values do |t| t.references :template_invocation, :null => false, :index => { :name => 'idx_inv_provider_input_values_on_templ_inv_id' } t.string :value, :null => false, :limit => 255 t.string :name, :null => false, :limit => 255 t.timestamps end end end
Version data entries
82 entries across 82 versions & 1 rubygems