EscolaLMS/Consultations

View on GitHub

Showing 1,011 of 1,011 total issues

Class extends undeclared class \Illuminate\Database\Eloquent\Factories\Factory
Open

class ConsultationProposedTermFactory extends Factory

Call to method bigInteger from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->bigInteger('consultation_id')->unsigned()->index();

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

                $table->string('executed_status')->nullable();

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultations', function (Blueprint $table) {

Call to method hasColumns from undeclared class \Illuminate\Support\Facades\Schema
Open

            !Schema::hasColumns('orders', ['executed_at', 'executed_status'])

Call to method create from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::create('consultations_participants', function (Blueprint $table) {

Call to method renameColumn from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->renameColumn('active_from', 'started_at');

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('image_path')->nullable();

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultation_terms', function (Blueprint $table) {

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultation_user', function (Blueprint $table) {

Call to method unsignedBigInteger from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->unsignedBigInteger('user_id');

Call to method dateTime from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->dateTime('executed_at')->nullable();

Call to method foreign from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->foreign('user_id')->on('users')->references('id');

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultation_user', function (Blueprint $table) {

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('reminder_status', 30)->nullable();

Call to method create from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::create('consultation_terms', function (Blueprint $table) {

Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open

class AddNewPermissionMigrate extends Migration

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultations', function (Blueprint $table) {

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultation_user', function (Blueprint $table) {

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultations', function (Blueprint $table) {
Severity
Category
Status
Source
Language