附件表uuid增加索引

This commit is contained in:
2024-01-11 14:18:53 +08:00
parent c8217d8596
commit 1e159ec1cf

View File

@@ -0,0 +1,5 @@
class AddIndexUuidToAttachments < ActiveRecord::Migration[5.2]
def change
add_index :attachments, :uuid
end
end