Skip to content
Snippets Groups Projects
Commit ebd3221f authored by SARPCAN ERCAN's avatar SARPCAN ERCAN :hourglass_flowing_sand:
Browse files

eloquent

parent e6ba5636
No related merge requests found
......@@ -15,7 +15,8 @@ class CreateUserEloquentsTable extends Migration
{
Schema::create('UserEloquent', function (Blueprint $table) {
$table->id('user_id');
$table->string('user')->unique();
$table->string('user');
$table->unique('user');
$table->string('password', 256);
});
}
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment