Module Data.MigrationSource

Use the migration service to implement, register and run migrations.

Sourcemodule Model : sig ... end
Sourcemodule Service : sig ... end
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval empty : string -> t
Sourceval create_step : label:string -> ?check_fk:bool -> string -> step
Sourceval add_step : step -> t -> t