mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
merge from develop
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class CreateFeedbackMessageHistories < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :feedback_message_histories do |t|
|
||||
t.references :feedback
|
||||
t.references :user
|
||||
t.string :title
|
||||
t.text :content
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user