Challenge: Create a Suppliers Table
Explore how to create a suppliers_info table in AdonisJs by writing migrations and seeders. Understand how to structure your database tables, override model defaults, and run migrations with seeding to manage data efficiently within your full-stack application.
We'll cover the following...
We'll cover the following...
Problem statement
Create a suppliers_info table using a migration and add some data to it. Your table should look something like this:
| id | name | address |
|---|---|---|