Added loads
This commit is contained in:
9
db/migrate/20220206142432_create_companies.rb
Normal file
9
db/migrate/20220206142432_create_companies.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateCompanies < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :companies do |t|
|
||||
t.string :name
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user