mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-16 23:18:56 +08:00
ADD 同步educoder平台实训项目
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user