reworked migrations AGAIN and added relations to models

This commit is contained in:
2018-07-12 20:50:48 +02:00
parent 34e4ed5d9b
commit 52ab2c474e
13 changed files with 180 additions and 91 deletions
-10
View File
@@ -1,10 +0,0 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TableComment extends Model
{
//
}