FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://firebirdsql.org/en/net-provider/
Other
161 stars 66 forks source link

Migration Bug with TEXT #1193

Closed Aytharn closed 1 month ago

Aytharn commented 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?

Aytharn commented 1 month ago

nope it was just taking into consideration previous migrations from SQLite, overriding my OnModelCreate