Column Type Shortcuts - Ships shorthand methods for common column types and modifiers that expand into full schema builder calls.
Multi-Connection Routers - Runs schema operations and migrations across multiple database connections from a single configuration.
Migration Dependency Ordering - Orders migration tasks by specifying before/after dependencies to control the sequence of schema changes.
Multi-Database Connection Configuration - Associates schema operations with specific database connections using configuration keys to manage heterogeneous environments.
Migration Routers - Routes schema changes to multiple database connections simultaneously with configurable execution ordering.
Multi-Database Connections - Connects to several databases simultaneously and routes schema changes to the correct connection by configuration key.
Raw SQL Execution - Executes arbitrary SQL statements directly against the database connection without abstraction layer processing.
Dynamic Method Extensions - Registers custom methods on schema objects at runtime using a macro system that stores closures for later invocation.