ADD recommand projects api

This commit is contained in:
Jasder
2020-10-04 12:03:38 +08:00
parent c6a7719d4d
commit 4ff8c4dc1a
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class AddRecommendToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :recommend, :boolean, default: false
end
end