Sha256: f487f542ac0e765e72f1a75c7af7340c03b06fee83b37c3d2d56e674b3edf506
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
class C80SocialNetworksCreateLinks < ActiveRecord::Migration def change create_table :c80_social_networks_links, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.string :url t.string :ord t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_social_networks-0.1.0.2 | db/migrate/20161003104343_c80_social_networks_create_links.rb |
c80_social_networks-0.1.0.1 | db/migrate/20161003104343_c80_social_networks_create_links.rb |