This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
certd
Watch
1
Star
0
Fork
0
mirror of
https://github.com/certd/certd.git
synced
2026-08-02 02:44:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
016ae865b1d914fe5792e77a08e3ab5358df5f89
certd
/
packages
/
ui
/
certd-server
/
db
/
migration
/
v10043__cname_provider_subdomain.sql
T
2 lines
65 B
SQL
Raw
Normal View
History
Unescape
Escape
fix: cnameProvider域名支持设置子域名托管
2026-05-10 22:41:07 +08:00
ALTER
TABLE
cd_cname_provider
ADD
COLUMN
subdomain
varchar
(
100
);
Reference in New Issue
Copy Permalink