@ -3,25 +3,25 @@
#
#
# Table name: session_activations
# Table name: session_activations
#
#
# id : integer not null, primary key
# id : bigint not null, primary key
# user_id : integer not null
# user_id : bigint not null
# session_id :string not null
# session_id :string not null
# created_at :datetime not null
# created_at :datetime not null
# updated_at :datetime not null
# updated_at :datetime not null
# user_agent :string default(""), not null
# user_agent :string default(""), not null
# ip :inet
# ip :inet
# access_token_id : integer
# access_token_id : big int
# web_push_subscription_id : integer
# web_push_subscription_id : big int
#
#
# id : integer not null, primary key
# id : bigint not null, primary key
# user_id : integer not null
# user_id : bigint not null
# session_id :string not null
# session_id :string not null
# created_at :datetime not null
# created_at :datetime not null
# updated_at :datetime not null
# updated_at :datetime not null
# user_agent :string default(""), not null
# user_agent :string default(""), not null
# ip :inet
# ip :inet
# access_token_id : integer
# access_token_id : big int
#
#
class SessionActivation < ApplicationRecord
class SessionActivation < ApplicationRecord