Closed Aytharn closed 1 month ago
Hello, Your provider refuses to properly generate migrations, and creates TEXT fields for strings, which are non existant, it should default to varchar(default_length) for strings or text based blobs, shouldn't it?
nope it was just taking into consideration previous migrations from SQLite, overriding my OnModelCreate
Hello, Your provider refuses to properly generate migrations, and creates TEXT fields for strings, which are non existant, it should default to varchar(default_length) for strings or text based blobs, shouldn't it?