Sha256: 299e73eb64dab509d7f065d960d81a2558c45d464859768e31ec444999a92a6a
Contents?: true
Size: 358 Bytes
Versions: 19
Compression:
Stored size: 358 Bytes
Contents
class CreateNetzkePreferences < ActiveRecord::Migration def self.up create_table :netzke_preferences do |t| t.string :name t.string :pref_type t.string :value t.integer :user_id t.integer :role_id t.string :custom_field t.timestamps end end def self.down drop_table :netzke_preferences end end
Version data entries
19 entries across 19 versions & 6 rubygems