ADD 同步educoder平台实训项目

This commit is contained in:
Jasder
2020-10-19 22:59:41 +08:00
parent 913f4b26a4
commit 2eef143251
7 changed files with 129 additions and 22 deletions
@@ -0,0 +1,12 @@
class CreateProjectEducoders < ActiveRecord::Migration[5.2]
def change
create_table :project_educoders do |t|
t.string :owner
t.string :repo_name
t.string :image_url
t.integer :project_id
t.timestamps
end
end
end