-
-
Notifications
You must be signed in to change notification settings - Fork 0
4. ManualMigrations
Timucin edited this page Mar 29, 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 with 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
Table
Column
Binary
Char
CString
Integer
TinyInteger
SmallInteger
MedumInteger
BigInteger
Increments
TinyIncrements
SmallIncrements
MedumIncrements
CFloat
Decimal
DateTime
DateTimeTz
Time
TimeTz
Timestamp
TimestampTz
Enum
Set
Geometry
Geography
Computed
Index
Unique
Primary
Relationship
ForeignKey
PivotTable
PivotColumn
Off