Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update TP.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
November-12 authored Oct 12, 2023
1 parent fb8170f commit c73f3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1925,3 +1925,5 @@ ALTER TABLE public.tp_role DROP CONSTRAINT tp_role_un;

-- 产品编号/租户ID 唯一索引
ALTER TABLE public.tp_product ADD CONSTRAINT tp_product_unique_serial_tenant UNIQUE (serial_number, tenant_id);

ALTER TABLE tp_product ADD COLUMN plugid_id VARCHAR(36) DEFAULT '';

0 comments on commit c73f3bf

Please sign in to comment.