laravel-doctrine/migrations

Documentation is lacking information about migrations table

aschwin opened this issue · 1 comments

I looked into the documentation for 1.1 and I did not find any information about how to the migrations table should be set up.

The default migrations table from Laravel itself does not contain a version column (as far as I could tell).

Did I miss something?

I'm sorry, the table is created on the fly if there is none yet. However, this is not documented either.