OSDN Git Service

add lg_id in resource picture
[pettanr/pettanr.git] / db / migrate / 20111206092734_devise_create_admins.rb
index 2f3571b..03fb591 100644 (file)
@@ -10,6 +10,7 @@ class DeviseCreateAdmins < ActiveRecord::Migration
       t.confirmable
       # t.lockable :lock_strategy => :failed_attempts, :unlock_strategy => :both
       t.token_authenticatable
+      t.integer :approve, :null => false, :default => 0
 
       t.timestamps
     end