-
-
Notifications
You must be signed in to change notification settings - Fork 1
4. ManualMigrations
Timucin edited this page Apr 1, 2025
·
4 revisions
It's always a good idea to have a backup plan. You might come accross some more intricate or complicated requirements from a migration. For this reason, this tool doesn't take into account any migrations that does not have a getSource() method. This way, you can add your own custom migrations that are processed by Laravel's migrate command, but completely invisible to implicit-migrations:generate.
If a manual migration happens to have a method named getSource, the Off implication can be utilized to indicate that it is in fact a manual migration.
- Overview
- Installation
- Configuration
- Manual Migrations
-
Implication Reference
TableColumnBinaryCharCStringIntegerTinyIntegerSmallIntegerMedumIntegerBigIntegerIncrementsTinyIncrementsSmallIncrementsMedumIncrementsCFloatDecimalDateTimeDateTimeTzTimeTimeTzTimestampTimestampTzEnumSetGeometryGeographyComputedIndexUniquePrimaryRelationshipForeignKeyPivotTablePivotColumnOff