Subject: | `key` is a SQL reserved word |
The module uses the column name of `key` for the dbix_migration table.
This doesn't work on at least MySQL because `key` is a reserved word and
has to be quoted if you want to use it as a column name. A different
column name should be used or the column should be quoted or at least
the error should be caught in a much less silent manner.