Sha256: 3f1c33d04879a1a912ee27fc0d63c71dc5f72924ad4137df533eec7527ab1246

Contents?: true

Size: 335 Bytes

Versions: 10

Compression:

Stored size: 335 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tramway-profiles-1.3.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.3 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.2.0.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.1.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.1.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.0.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.0.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.0 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb