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 6dddde7 commit 023db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1926,4 +1926,4 @@ 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 public.tp_product ADD COLUMN plugid_id VARCHAR(36) DEFAULT '';
ALTER TABLE public.tp_product ADD COLUMN plugin_id VARCHAR(36) DEFAULT '';

0 comments on commit 023db91

Please sign in to comment.