Schema information generator for MySQL.
- Table name and comment.
- Column name, type, nullable, defaulte and comment.
- Unique key name and columns name.
- Primary key name and columns name.
- Index name and columns name.
- Foreign key name, columns name, reference table name and columns name.
TODO: Register rubygems
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request