Sha256: 0f2107eca581b85de264fb1c4626ac51701cd9b2b52c9ff531c6ed3f83f38f42

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

class CreateTramwayLandingBlocksForms < ActiveRecord::Migration[5.1]
  def change
    create_table :tramway_landing_blocks_forms do |t|
      t.integer :block_id
      t.integer :form_id
      t.text :state

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-landing-3.1.0.2 lib/tramway/landing/generates/templates/create_tramway_landing_blocks_forms.rb
tramway-landing-3.1.0.1 lib/tramway/landing/generates/templates/create_tramway_landing_blocks_forms.rb
tramway-landing-3.1 lib/tramway/landing/generates/templates/create_tramway_landing_blocks_forms.rb