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