ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
login_info_entity Struct Reference

Represents login tracking information in the database. More...

#include <login_info_entity.hpp>

Collaboration diagram for login_info_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > account_id
 
std::string last_ip
 
std::string last_attempt_ip
 
int failed_logins
 
int locked
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> last_login = "9999-12-31 23:59:59"
 
int online
 
int password_reset_required
 

Static Public Attributes

static constexpr const char * schema = "oresdb"
 
static constexpr const char * tablename = "login_info"
 

Detailed Description

Represents login tracking information in the database.