mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:33:05 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
10
db/migrate/20221108024322_create_feedbacks.rb
Normal file
10
db/migrate/20221108024322_create_feedbacks.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateFeedbacks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :feedbacks do |t|
|
||||
t.references :user
|
||||
t.text :content
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user