-
-
Notifications
You must be signed in to change notification settings - Fork 1
3. Configuration
There's very little configuration required for using this tool.
An array of paths relative to the project directory where application models reside. The default is a single path the same as Laravel' default model path: ['app/Models']
This is a boolean value that controls, you guessed it, whether or not to infer the migration information automatically. What this means is basically, unless specified otherwise with an implication, none of the models, properties or methods are going to be inspected for migration information. If a property or method of a model has an implication, that model will also be inspected. The default is true.
These are boolean values that can be used to enable or disable implications. The implication names have to be in snake case as per Laravel's convention of configuration keys e.g. database.implications.foreign_key. The default is true for all the implications.
- Overview
- Installation
- Configuration
- Manual Migrations
-
Implication Reference
TableColumnBinaryCharCStringIntegerTinyIntegerSmallIntegerMedumIntegerBigIntegerIncrementsTinyIncrementsSmallIncrementsMedumIncrementsCFloatDecimalDateTimeDateTimeTzTimeTimeTzTimestampTimestampTzEnumSetGeometryGeographyComputedIndexUniquePrimaryRelationshipForeignKeyPivotTablePivotColumnOff