crystalline doesn't work in Lucky projects, becuse it can't find required classes in migrations. The reason can be that the db/ directory is in the project root, not in the src/ folder.
Also, it doesn't work with macro-generated Lucky classes, like MyModel::DeleteOperation.
crystallinedoesn't work in Lucky projects, becuse it can't find required classes in migrations. The reason can be that thedb/directory is in the project root, not in thesrc/folder.Also, it doesn't work with macro-generated Lucky classes, like
MyModel::DeleteOperation.