Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 1 year ago.
0

Does the field "name" exists in the "Days" class ? I suppose it's a table, so does the field "Name" exists in the "Days" table ?

0

MaximeDawn said:

Does the field "name" exists in the "Days" class ? I suppose it's a table, so does the field "Name" exists in the "Days" table ?

Schema::create('days', function (Blueprint $table) {
            $table->increments('id');
            $table->string('name')->unique();
        });
0

Sign in to participate in this thread!

Eventy

Your banner here too?

tbroomen tbroomen Joined 17 Jan 2017

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.