criteria progress
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
|
||||
#include "matador/query/meta_table_macro.hpp"
|
||||
|
||||
#include "matador/utils/base_class.hpp"
|
||||
#include "matador/utils/enum_mapper.hpp"
|
||||
#include "matador/utils/foreign_attributes.hpp"
|
||||
@@ -59,6 +61,9 @@ struct LoginHistory : core::Model {
|
||||
field::attribute( op, "login_time", login_time );
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
META_TABLE( login_histories, LOGIN_HISTORY, id, version, client, scenario, collection_center, login_name, fail_reason, login_time )
|
||||
|
||||
#endif //LOGIN_HISTORY_HPP
|
||||
|
||||
Reference in New Issue
Block a user