Closed robvankeilegom closed 7 years ago
Works fine ! thank's
Edit: I have detected a little bug : the migration filename and the table name don't match Exemple of a generated migration : templates_table.php =/= create('jobs', ...)
I don't know if this is due to your changes. I have fixed this manually.
Fine! Good Job! Now, works to me.
Thanks! Nice Work!
Don't ask me why but for some reason the following did not work even though the col had a name attribute:
if hasattr(col, 'name'): continue
So i switched it out for a try catch, which will catch the error if there is no name attribute.