Sha256: 35c9b0a3e5f6971a9cee0a9e3c7dbd8f51c60ae2cbf44d4d9035a76ae8c13800

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

class CreateTramwayLandingForms < ActiveRecord::Migration[5.1]
  def change
    create_table :tramway_landing_forms do |t|
      t.text :title
      t.text :form_name
      t.text :state, default: :active

      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_forms.rb
tramway-landing-3.1.0.1 lib/tramway/landing/generates/templates/create_tramway_landing_forms.rb
tramway-landing-3.1 lib/tramway/landing/generates/templates/create_tramway_landing_forms.rb