keithwhor / nodal

API Services Made Easy With Node.js

Home Page:http://www.nodaljs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Db:migrate is ommiting one caracter in the table name for FK relations

papablopo opened this issue · comments

Database Error: column "tipoflore_id" referenced in foreign key constraint does not exist

The FK table name is "tipoflores" but the migrate command always ommit the last character in the table name, causing error

image