Unsupported columns
The following Blueprint column types are not yet supported:
binaryforeignIdForforeignUlidgeographygeometrymorphsnullableMorphsnullableUlidMorphsnullableUuidMorphssetulidulidMorphsuuidMorphs
The following Blueprint methods are skipped (indexes, foreign keys and soft deletes are not relevant to the projection):
cascadeOnDeletecascadeOnUpdateforeignfullTextindexnoActionOnDeletenoActionOnUpdatenullOnDeletenullOnUpdaterawIndexrestrictOnDeleterestrictOnUpdatesoftDeletessoftDeletesDatetimesoftDeletesTzspatialIndexunique
When a migration contains an unsupported column type, the command prints a warning and adds a @todo comment in the data transfer object, projection and projector. See Migrations for a worked example.