creating tables
This commit is contained in:
@@ -13,5 +13,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*/
|
||||
class Row extends Model
|
||||
{
|
||||
protected $guarded = [];
|
||||
public $timestamps = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user