Stock Exchanges with seed (#1351)

* Stock Exchanges with seed

* Run the seed file on migration

* Fix for enum column
This commit is contained in:
Josh Pigford
2024-10-22 14:30:57 -05:00
committed by GitHub
parent d3a6f7e0f0
commit 73e184ad3d
7 changed files with 1126 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
class StockExchange < ApplicationRecord
end