static/jsvm/interfaces/core.MigrationsList.html
MigrationsList defines a list with migration definitions
Add adds adds an existing migration definition to the list.
If m.File is not provided, it will try to get the name from its .go file.
The list will be sorted automatically based on the migrations file name.
Copy copies all provided list migrations into the current one.
Item returns a single migration from the list by its index.
Items returns the internal migrations list slice.
Register adds new migration definition to the list.
If optFilename is not provided, it will try to get the name from its .go file.
The list will be sorted automatically based on the migrations file name.
-
- (txApp): void
-
-
-
- (txApp): void
-
-
Rest ...optFilename: string[]OSLightDark
Generated using TypeDoc