columna para abreviación
This commit is contained in:
parent
888a1f4adf
commit
c18f745fab
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