Various fixes for DB seeding
This commit is contained in:
@@ -15,14 +15,6 @@ public function up(): void
|
||||
$table->string('symbol', 10)->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
// Füge Standard-Einheiten hinzu
|
||||
DB::table('units')->insert([
|
||||
['name' => 'Stück', 'symbol' => 'Stk'],
|
||||
['name' => 'Stunden', 'symbol' => 'h'],
|
||||
['name' => 'Tage', 'symbol' => 'd'],
|
||||
['name' => 'pauschal', 'symbol' => 'p'],
|
||||
]);
|
||||
}
|
||||
|
||||
public function down(): void
|
||||
|
||||
Reference in New Issue
Block a user