ruckus / ruckusing-migrations

Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
Other
506 stars 95 forks source link

use Identifier on Index name #149

Closed wellingguzman closed 9 years ago

wellingguzman commented 9 years ago

Use identifier on index name, it would throw an error when is not a valid index name, for example using spaces or symbol, in my case It throw an error trying create a index name with dash column-index.

ruckus commented 9 years ago

Thanks!