SREWorks/paas/appmanager/APP-META-PRIVATE/db/115_plugin_resource.up.sql

6 lines
172 B
SQL

alter table am_plugin_resource
modify plugin_name varchar(64) not null comment 'Plugin 唯一标识';
alter table am_plugin_resource
collate = utf8mb4_general_ci;