mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge pull request '首页api数据以及后台管理' (#240) from yystopf/forgeplus:hh_home_index into featrue_homepage
This commit is contained in:
11
db/migrate/20211102065736_create_topics.rb
Normal file
11
db/migrate/20211102065736_create_topics.rb
Normal 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
|
||||
Reference in New Issue
Block a user