mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
add uuid
This commit is contained in:
5
db/migrate/20231121084405_add_uuid_to_attachments.rb
Normal file
5
db/migrate/20231121084405_add_uuid_to_attachments.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddUuidToAttachments < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :attachments, :uuid, :string, index: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user