When creating an idempotent migration script, migrationBuilder.Sql(...) outputs TSQL that looks like the following, for example ... IF NOT EXISTS(SELECT * FROM ...
type Container struct { ContainerID uint `boil:"container_id" json:"container_id" toml:"container_id" yaml:"container_id"` ContainerType null.String `boil:"container ...