You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few tables that I've added column descriptions to using .WithColumnDescription("some description here"), and noticed that FluentMigrator (5.2.0) ends up making the description "Description:some description here".
Not a major one. Thought I would mention it here in case anyone is confused by this behaviour.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey folks
I have a few tables that I've added column descriptions to using
.WithColumnDescription("some description here")
, and noticed that FluentMigrator (5.2.0) ends up making the description "Description:some description here".Not a major one. Thought I would mention it here in case anyone is confused by this behaviour.
It is also logged as a bug on their GitHub repo here: fluentmigrator/fluentmigrator#1783
Cheers,
Edward
Beta Was this translation helpful? Give feedback.
All reactions