Skip to content
Snippets Groups Projects
Commit dd12ed3f authored by BARBI HUGO's avatar BARBI HUGO
Browse files

TP8 Start

parent f4774a4d
No related merge requests found
......@@ -16,7 +16,7 @@ class CreateUserEloquentsTable extends Migration
Schema::create('user_eloquents', function (Blueprint $table) {
$table->integer('user_id');
$table->string('user');
$table->string('password');
$table->string('password',256);
});
}
......
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