Merge pull request '首页api数据以及后台管理' (#240) from yystopf/forgeplus:hh_home_index into featrue_homepage

This commit is contained in:
jasder
2021-11-08 14:35:19 +08:00
76 changed files with 1591 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
class CreateTopics < ActiveRecord::Migration[5.2]
def change
create_table :topics do |t|
t.string :type
t.string :title
t.integer :uuid
t.string :url
t.integer :order_index
end
end
end