add: project's lesson_url

This commit is contained in:
2021-04-08 15:13:35 +08:00
parent c3a1fb78ea
commit 04a1376820
5 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddLessonUrlToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :lesson_url, :string
end
end