Sha256: ec2045302fa0defcd2c7c106f5f96f80f6a40426364fc2fcadde6eefebcd76af

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 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.text :record_id
      t.text :record_type
      t.text :network_name
      t.text :state, default: :active

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-profiles-1.3.2.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.3.2.1 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb
tramway-profiles-1.3.2 lib/tramway/profiles/generates/templates/create_tramway_profiles_social_networks.rb