creating tables
This commit is contained in:
@@ -15,10 +15,11 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property int $owner_id
|
||||
* @property int $ancestor_id
|
||||
* @property int $revision_id
|
||||
* @property string $name
|
||||
* @property string $title
|
||||
* @property string $description
|
||||
* @property string $license
|
||||
* @property string $source_link
|
||||
* @property string $origin
|
||||
* @property User $owner
|
||||
* @property Table $parentTable
|
||||
* @property Table[]|Collection $forks
|
||||
@@ -32,6 +33,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Table extends Model
|
||||
{
|
||||
use Reportable;
|
||||
protected $guarded = [];
|
||||
|
||||
protected static function boot()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user