abelchuazw You can see all available artisan commands using php artisan list
. Add your migrations under database/migrations
within your extension, then run the migrations with php artisan extension:refresh Acme.Extension
. See php artisan help extension:refresh
for more info.
Instead of altering existing database tables, it's best you create new tables with a foreign key relationship.