added field class

This commit is contained in:
2024-03-10 11:51:07 +01:00
parent 2b552c4383
commit dd94ed1020
4 changed files with 153 additions and 18 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ add_executable(tests
DummyConnection.cpp
EntityQueryBuilderTest.cpp
models/author.hpp
models/book.hpp)
models/book.hpp
FieldTest.cpp)
target_link_libraries(tests PRIVATE
Catch2::Catch2WithMain