db migration
This commit is contained in:
5
db/migrate/20260126082816_add_description_to_projects.rb
Normal file
5
db/migrate/20260126082816_add_description_to_projects.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDescriptionToProjects < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :projects, :description, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user