Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 347 Bytes

TODO.md

File metadata and controls

10 lines (9 loc) · 347 Bytes

Todo

  • Better foreign key handling (cascade, etc.)
  • Don't specify key/index names if they match Laravel's defaults
  • Handle morphs()
  • Support for selecting multiple tables (and using Sequel Pro's SP_SELECTED_TABLES environment variable)
  • Support for other key types:
    • FULLTEXT
    • SPATIAL
    • ???