اذهب إلى المحتوى

السؤال

نشر

السلام عليكم قمت بانشاء جدول تالي وعملت امر 

php artisan migrate يظهر الخطا الذي في صورة 

 public function up(): void
    {
        Schema::create('students', function (Blueprint $table) {
            $table->increments('id_std');
            $table->string('Name_std');
            $table->int('Num_std')->unique();
            $table->string('Email_std');
            $table->string('pass');
            $table->int('dept_id');
            $table->int('id_teah');



            $table->timestamps();
        });
    }

 

لقطة شاشة 2024-05-08 214032.png

Recommended Posts

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...