I have migration using phinx, above picture is the data seed.
(I just boxed out some sections, sorry for it)
As you can see, there are blue color characters which are
not recognized and I don't know why...
They are within double quotes " " and I think all kind of quotes (", ', `) match correctly
but when I do
$ php phinx migrate
the result turns to be like this:
Somehow those blue characters are recognized as variables instead of strings? Any guess for the possibilities will be appreciated. I'm using VSCode(don't think I have to say this but... yes)