Pulizia
This commit is contained in:
parent
1c67d403f0
commit
6c5c6e133b
@ -5,8 +5,6 @@ namespace App\Models;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use App\Models\Auto;
|
||||
use App\Models\Categorie;
|
||||
|
||||
class Operazione extends Model
|
||||
{
|
||||
|
@ -18,13 +18,9 @@ class CreateEventsTable extends Migration
|
||||
Schema::create('events', function (Blueprint $table) {
|
||||
|
||||
$table->id();
|
||||
|
||||
$table->string('title');
|
||||
|
||||
$table->date('start');
|
||||
|
||||
$table->date('end');
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user