feature/modelos-y-migraciones #3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ return new class extends Migration
|
|||
Schema::create('caracteristicas', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name', 100);
|
||||
$table->string('key', 100);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue