Upate models Schema Information

This commit is contained in:
jasder
2021-04-19 18:36:02 +08:00
parent 8a55e84372
commit de6ae5b720
25 changed files with 393 additions and 40 deletions

View File

@@ -10,10 +10,13 @@
# updated_at :datetime not null
# register_status :integer default("0")
# action_status :integer default("0")
# is_delete :boolean default("0")
# user_id :integer
#
# Indexes
#
# index_user_agents_on_ip (ip) UNIQUE
# index_user_agents_on_ip (ip)
# index_user_agents_on_user_id (user_id)
#
class UserAgent < ApplicationRecord