Sha256: 6088b08a841e53beffc2b57f99ca438014ad978d5708f6e3468b87687764b4a1

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

class CreateTramwayPartnerOrganizations < ActiveRecord::Migration[5.1]
  def change
    create_table :tramway_partner_organizations do |t|
      t.text :title
      t.text :logo
      t.text :url
      t.text :state, default: :active

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-partner-1.0.4.3 lib/tramway/partner/generators/templates/create_tramway_partner_organizations.rb
tramway-partner-1.0.4.2 lib/tramway/partner/generators/templates/create_tramway_partner_organizations.rb
tramway-partner-1.0.4.1 lib/tramway/partner/generators/templates/create_tramway_partner_organizations.rb
tramway-partner-1.0.4 lib/tramway/partner/generators/templates/create_tramway_partner_organizations.rb
tramway-partner-1.0.3.2 lib/tramway/partner/generators/templates/create_tramway_partner_organizations.rb