I expect that when running my application with the specified environment/app settings that it will skip creating table definitions if they already exists(as it happens with other drivers/dialects such as postgresql). But rather, after each restart of the application, after DDL has already been generated, it tries to generate always, ignoring the ddl-auto update option (which should only look for schema changes). |