Added comments for easier understanding.

This commit is contained in:
Vedran Zelen
2020-07-28 08:34:10 +02:00
parent a9cd26075e
commit b89c1509fe
21 changed files with 50 additions and 3 deletions
@@ -1,5 +1,7 @@
<?php
//Migrations acts as a version control for the database allowing you to modify the app's database schema
//allows use of necessary libraries
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;