JurjenRoels
JurjenRoels
Also When providing the alias manually, this is not working properly ``` ->leftJoinRelationshipUsingAlias($field['foreignKey']['relation'], [ 'lookups' => function ($join) use($lookupAlias) { $join->as($lookupAlias); }, 'lookupables' => function ($join) use($lookupableAlias) { $join->as($lookupableAlias); }...
I updated the description.
Great work. I am working on a laravel console command, that creates a migration for a dbml file. This depends completely on your parser! We will probably publish that as...
Hi Pavel, if you want to, I can sent you my command once completed, so you can include it in this project? Regards Jurjen