Is there a better way of checking if a table exist...
# exposed
m
Is there a better way of checking if a table exists than
if (Table(tableName).exists()) {
?
p
What would you rather like to see? I don’t know if there’s a better way, but that already seems pretty good to me 🙂