We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For sqlite, doing a migration/seed gives an output similar to following:
using adapter sqlite using database ./data
where the we only print out the database name, but omit the suffix. We should show the database name and the suffix, e.g. ./data.sqlite3 for above.
./data.sqlite3