Forgot about Objectives.
This commit is contained in:
11
db/migrate/20230127091956_create_objectives.rb
Normal file
11
db/migrate/20230127091956_create_objectives.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateObjectives < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :objectives do |t|
|
||||
t.references :caf, null: false, foreign_key: true
|
||||
t.string :name
|
||||
t.text :description
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user