Migration & Model Builder
The Migration & Model Builder lets you select exactly which FileMaker fields should be included in your Laravel project.
It gives you granular control over every field during export.
Field-Level Controls — You're in Charge#
Each FileMaker field can be configured individually before export.
This allows you to clean up legacy schemas and prepare them properly for Laravel migrations.
Mark a field as nullable in the generated migration.
This is useful for optional or legacy fields that may not always contain data.
Attach a developer comment directly to the field.
This keeps your generated migrations self-documenting.
Exclude the field entirely from the export.
Perfect for deprecated columns or fields not needed in the new schema.
One-Click Save#
When you're ready, press Save.
ZippyCue automatically generates everything needed for your Laravel project.
The export includes:
- Laravel migration file
- SQL schema
- Model data
All files are saved directly into your project folder.
The Migration Builder provides one of the fastest paths from a legacy FileMaker schema to a modern Laravel/Eloquent model.
Tasks that normally take hours of manual transcription can be completed in minutes.