From 06554061f622baa95d14194f848d311276b1549d Mon Sep 17 00:00:00 2001 From: marco76tv Date: Tue, 14 Feb 2023 19:06:07 +0100 Subject: [PATCH] . --- ...ts_table.php => 2022_10_12_133535_create_contacts_table.php} | 2 +- Models/Panels/ContactPanel.php | 0 Models/Panels/Policies/ContactPanelPolicy.php | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Database/Migrations/{2022_10_12_133533_create_contacts_table.php => 2022_10_12_133535_create_contacts_table.php} (95%) mode change 100644 => 100755 Models/Panels/ContactPanel.php mode change 100644 => 100755 Models/Panels/Policies/ContactPanelPolicy.php diff --git a/Database/Migrations/2022_10_12_133533_create_contacts_table.php b/Database/Migrations/2022_10_12_133535_create_contacts_table.php similarity index 95% rename from Database/Migrations/2022_10_12_133533_create_contacts_table.php rename to Database/Migrations/2022_10_12_133535_create_contacts_table.php index 169de17a..e066c740 100755 --- a/Database/Migrations/2022_10_12_133533_create_contacts_table.php +++ b/Database/Migrations/2022_10_12_133535_create_contacts_table.php @@ -15,7 +15,7 @@ public function up() { // -- CREATE -- $this->tableCreate( function (Blueprint $table) { - $table->uuid('id')->primary(); + $table->increments('id'); $table->morphs('model'); $table->string('contact_type')->nullable(); $table->string('value')->nullable(); diff --git a/Models/Panels/ContactPanel.php b/Models/Panels/ContactPanel.php old mode 100644 new mode 100755 diff --git a/Models/Panels/Policies/ContactPanelPolicy.php b/Models/Panels/Policies/ContactPanelPolicy.php old mode 100644 new mode 100755