table Exist
tests if a given table exist. can be used to trigger a create table on database upgrades
Return
true when table exist
Parameters
database
database to check
table Name
table name to look for
tests if a given table exist. can be used to trigger a create table on database upgrades
true when table exist
database to check
table name to look for