Sha256: dcaf6c098c8e56f5677c60758157ed406d6794b1824fcab0023e899fb775b83a

Contents?: true

Size: 369 Bytes

Versions: 9

Compression:

Stored size: 369 Bytes

Contents

# frozen_string_literal: true

class CreateTramwayProfilesSocialNetworks < ActiveRecord::Migration[5.1]
  def change
    create_table :tramway_profiles_social_networks do |t|
      t.text :title
      t.text :uid
      t.integer :record_id
      t.text :record_type
      t.text :network_name
      t.text :state, default: :active

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tramway-profiles-1.4.1.4 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4.1.3 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4.1.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4.1.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4.0.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.4 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.3.2.4 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.3.2.3 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb