mikro-orm-get-mapped-type-repo
Repro steps:
yarn
yarn mikro-orm schema:create --dump
I want full_name
to have type text
, but it actually has type varchar(255)
.
Repro steps:
yarn
yarn mikro-orm schema:create --dump
I want full_name
to have type text
, but it actually has type varchar(255)
.