Those files are auto-generated. I often see people are pushing them to their repositories, what is your recommendation?
@Sigvaard They should be checked in; the way migrations works requires they persist from when the tooling last generated them until some new migration is generated.
Most helpful comment
@Sigvaard They should be checked in; the way migrations works requires they persist from when the tooling last generated them until some new migration is generated.