Create and Execute Database Migration
Admin
Create and Execute Database Migration
POST
Create and Execute Database Migration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Numeric migration version. Accepts Drizzle-style sequential prefixes (e.g. 0001) or a YYYYMMDDHHmmss timestamp. Versions are compared numerically.
Maximum string length:
64Pattern:
^\d{1,64}$Migration name
Minimum string length:
1SQL text to parse and execute immediately
Minimum string length:
1