Migration is created without string quotes in default value of column

Wappler Version : 5.1.1
Operating System : MacOS
Server Model: NodeJS
Database Type: SQLite
Hosting Type: Wappler Local Server

Expected behavior

Column string default value in database manager is written correctly to migration file

Actual behaviour

Default value for string column is written without quotes:

table.string('image').defaultTo(traefik/whoami:v1.8.6);