🔺⃤ Export to AdonisJs migrations

Next export type launched! Users of the AdonisJS framework can now transition from database designs to creating those tables and columns more seamlessly.

AdonisJs is a Node.js web framework that's heavily inspired by Laravel, and supports many of the concepts featured in Laravel, including migrations for database schemas.

Similar to the Laravel export, each table in the diagram is exported into its own migration class. Of course, file names are also set to match the convention in AdonisJS:

{timestamp}_{table_name}_schema.js

You'll find this in the export modal:

For now, the export is in AdonisJS v4 format. Support for the v5 migration format that's in preview is already in the works, and should be launched next!