Sha256: 53ff97d5ea7316cf3a9e3d15b4383045120d51807313181a576fcc85ecc6602b
Contents?: true
Size: 286 Bytes
Versions: 59
Compression:
Stored size: 286 Bytes
Contents
# This migration comes from tb_core (originally 20120329174000) class CreateSpudUserSettings < ActiveRecord::Migration 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
59 entries across 59 versions & 7 rubygems