Sha256: af692b56a3a44924d3a2ad42cdf69ca1d9562d62d95c163444d1011b8b52473b
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
# This migration comes from spud_core (originally 20120329174000) class CreateSpudUserSettings < ActiveRecord::Migration[4.2] def change create_table :spud_user_settings do |t| t.integer :spud_user_id t.string :key t.string :value t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tb_banners-1.3.2 | spec/dummy/db/migrate/20121127192250_create_spud_user_settings.spud_core.rb |
tb_banners-1.3.1 | spec/dummy/db/migrate/20121127192250_create_spud_user_settings.spud_core.rb |