🌱 🏗️ ⬆️ add expense table 🎨 🔧

This commit is contained in:
2025-05-15 17:45:22 +02:00
parent d17fded423
commit be5225c85d
100 changed files with 6250 additions and 8757 deletions

View File

@@ -19,7 +19,7 @@ class IncomeFactory extends Factory
{
return [
'id_user' => 1,
'id_type_income' => 1,
'id_type_incomes' => 1,
'amount' => fake()->randomFloat(),
'description' => Str::random(90),
'date' => fake()->date(),