Sha256: 7e0a7a9c03bf9cb7dcd8ae4fffc6ef73e86c516a7610010be6cfd040bbc9e818

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

class CreateSocialAccounts < ActiveRecord::Migration[5.1]
  def change
    create_table :social_accounts do |t|
      t.string :facebook
      t.string :twitter
      t.string :instagram
      t.string :google_plus
      t.string :tripadvisor
      t.string :pinterest
      t.string :flickr
      t.string :behance
      t.string :dribbble
      t.string :tumblr
      t.string :github
      t.string :linkedin
      t.string :soundcloud
      t.string :youtube
      t.string :skype
      t.string :vimeo
      t.integer :setting_id

      t.timestamps null: false
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.6 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.5 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.4.p1 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.4.pre.p1 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.4 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.3 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.2 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.1 installer/core/db/migrate/20160128193740_create_social_accounts.rb
keppler-2.0.0 installer/core/db/migrate/20160128193740_create_social_accounts.rb