I would like to know if there is a way, because I am developing a simple project that uses only one database.
I would like to know if there is a way, because I am developing a simple project that uses only one database.
TL; DR
Yes
Everything will depend on the size of your application, if it is an application for annotation, it would have in the database aanotacoes
table, and fields like: id
, data
, anotacao
, status
.
If it's an application with more than one screen, and more information from a different domain, I think it's interesting to do more tables.