A complete platform for building web applications.
Create a new migration class from table.
php spark make:migration ClassName -t table_name
Create Todos migration class from database table.
Todos
php spark make:migration Todos -t todos