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
c76815756bb5f0067c52a6e2bc0ce9a88526f34b
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