Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
数据库迁移文件说明
0001_init.sql
0002_site_files.sql
0003_cover_column.sql
0004_post_meta.sql
0005_comment_status.sql
0006_media.sql
0007_settings.sql
0008_stats_daily.sql
0009_comment_status_index.sql
0010_admin_must_change.sql
0011_comment_reply.sql
0012_clear_orphaned_nav.sql
npx wrangler d1 execute blog --remote --file=migrations/0001_init.sql
CREATE TABLE IF NOT EXISTS
ALTER TABLE ADD COLUMN
duplicate column
migrations/
IF NOT EXISTS
ALTER TABLE
# 命名规范 0013_add_feature_x.sql