add table creation and first table model.

This commit is contained in:
2020-06-06 20:11:38 -04:00
parent 21e6395254
commit c9d742fab7
5 changed files with 76 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
set(vehiclevoyage_SRCS
db/sqlcar.cpp
db/sqlvehicle.cpp
db/sqlservicerecord.cpp
main.cpp
)