criteria progress
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
|
||||
#include "matador/query/meta_table_macro.hpp"
|
||||
|
||||
#include "matador/utils/base_class.hpp"
|
||||
#include "matador/utils/foreign_attributes.hpp"
|
||||
#include "matador/utils/types.hpp"
|
||||
@@ -42,4 +44,7 @@ struct User : core::Model {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
META_TABLE(users, USER, id, version, name, symbol, salt, password, lock_type, locked_at, lock_reason, role, user_directory)
|
||||
|
||||
#endif //USER_HPP
|
||||
|
||||
Reference in New Issue
Block a user