Apply Migration
apply_migrationFull Description
Applies a migration to the database. Use this when executing DDL operations. Do not hardcode references to generated IDs in data migrations.
Parameters (3 required)
namestringThe name of the migration in snake_case
project_idstringquerystringThe SQL query to apply