Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.33k stars 586 forks source link

Prefix is not properly detected #32

Closed cjthomp closed 10 years ago

cjthomp commented 10 years ago

DB prefix is set in the settings, but exported migrations keep the prefix text on the table names, causing the table name to be incorrect when you later import it (creates prefix_prefix_tablename)

Xethron commented 10 years ago

Duplicate of #22