Open nelsontr opened 1 year ago
Something like this:
Done with https://dbdiagram.io NN - Not Null, Serial - Integer automatically calculated and incremented according to last record,
Necessary:
Current State:
Lack of schemas; Lack of necessary Foreign Keys; Lack of Data Structure Organization
In our database, we have a bunch of tables that have different contexts. For example, elections and options are only use for online voting, theses and areas are only used when acessing Thesys Master (not working). A new database infrastructure should be implement in order to take advantage of schemas and to centralize a user information in one specific table (now, the email and name are present in members table and other relevant information in collabs).