You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be improved upon so each validation table has a primary key. Though it is known that the species_synonms table doesn't have a valid primary key anymore as there is some type of duplication in the table.
Only a few tables have been looked at and a primary key was picked as they are the more used tables at this point. Could take the time to go through each table and determine primary keys for the rest.
Only the primary keys are being set. Could expand the list into a table and set the datatype for each table, foreign keys and more but it would take extensive time to compile that data for it to be used in an automated capacity.
Tables with a primary key don't have the data types for each column set but ones without a primary key do have the data types of each column set because of how the DBI::dbWriteTable function works.
Currently the tables are created by passing a list of the table names and the corresponding primary keys
The text was updated successfully, but these errors were encountered: