This commit is contained in:
呱呱呱
2023-11-21 17:06:43 +08:00
parent 3f8a7c7cee
commit 2985dc7902
4 changed files with 60 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
class AddUuidToAttachments < ActiveRecord::Migration[5.2]
def change
add_column :attachments, :uuid, :string, index: true
end
end