aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb
index dfcc7e884..a247262dc 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -102,9 +102,9 @@ ActiveRecord::Schema.define(:version => 35) do
add_index "sessions", ["updated_at"], :name => "index_sessions_on_updated_at"
create_table "user_info_request_sent_alerts", :force => true do |t|
- t.integer "user_id"
- t.integer "info_request_id"
- t.string "alert_type"
+ t.integer "user_id", :null => false
+ t.integer "info_request_id", :null => false
+ t.string "alert_type", :null => false
end
create_table "users", :force => true do |t|