If an exception is thrown in the [Table] annotation when an application is run the database is created, but no metadata or tables are generated. In this situation we should either not create the database or delete it when we error out so that retry is more simple.
↧