Calendar is shown
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class CreateTeams < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :teams do |t|
|
||||
|
||||
t.string :name
|
||||
t.references :company, null: false, foreign_key: true
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user