This commit is contained in:
hackerESQ
2024-08-10 13:36:06 -05:00
parent 3ad804d816
commit 9623989fb0
@@ -20,7 +20,7 @@ class CreateMarketDataTable extends Migration
$table->float('fifty_two_week_low', 12, 4);
$table->float('fifty_two_week_high', 12, 4);
$table->timestamp('last_dividend_date')->nullable();
$table->float('last_dividend_amount', 12, 4);
$table->float('last_dividend_amount', 12, 4)->nullable();
$table->timestamps();
});
}