Davood
5 سال پیش توسط Davood مطرح شد
1 پاسخ

مشکل در حل ارور لاراول1

سلام دوستان
من دارم comments table دو تا تغییر انجام میدم و فیلد های article_id و user_id رو forign کنم با دستورات زیر

            $table->foreign('article_id')->references('id')->on('articles')->onDelete('cascade');
            $table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');

این ها رو نوشتم و از دستور

php artisan migrate:rollback

استفاده کردم بدون هیچ مشکلی کار کرد

ولی بعدش که دستور زیر رو میزنم

php artisan migrte

تیبل ها ساخته میشه اما آخرش این ارور میاد دلیلش چیه؟؟؟؟

Illuminate\Database\QueryException  : SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'comments' already exists (SQL: create table `comments` (`id` bigint unsigned
not null auto_increment primary key, `article_id` int unsigned not null, `user_id` int unsigned not null, `text` varchar(255) not null, `created_at` timestamp null, `updated_at` time
stamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

  at C:\Users\KING\Desktop\blog\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664
    660|         // If an exception occurs when attempting to run a query, we'll format the error
    661|         // message to include the bindings with SQL, which will make this exception a
    662|         // lot more helpful to the developer instead of just the database's errors.
    663|         catch (Exception $e) {
  > 664|             throw new QueryException(
    665|                 $query, $this->prepareBindings($bindings), $e
    666|             );
    667|         }
    668|

  Exception trace:

  1   PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'comments' already exists")
      C:\Users\KING\Desktop\blog\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458

  2   PDOStatement::execute()
      C:\Users\KING\Desktop\blog\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458

  Please use the argument -v to see more details.

ثبت پرسش جدید
حسام موسوی
تخصص : طراح و برنامه نویس
@hesammousavi 5 سال پیش مطرح شد
1

دستور زیر رو بزنید

php artisan migrate:fresh

برای ارسال پاسخ لازم است وارد شده یا ثبت‌نام کنید

ورود یا ثبت‌نام