Commit aabbe06e by Archer Committed by GitHub

Update intro.md (#2726)

parent bb22fa65
...@@ -60,6 +60,11 @@ docker-compose up -d ...@@ -60,6 +60,11 @@ docker-compose up -d
## QA ## QA
### 为什么需要初始化
数据表出现大幅度变更,无法通过设置默认值,或复杂度较高时,会通过初始化来更新部分数据表字段。
严格按初始化步骤进行操作,不会造成旧数据丢失。但在初始化过程中,如果数据量大,需要初始化的时间较长,这段时间可能会造成服务无法正常使用。
### {{host}} 是什么 ### {{host}} 是什么
{{}} 代表变量, {{host}}代表一个名为 host 的变量。指的是你服务器的域名或 IP。 {{}} 代表变量, {{host}}代表一个名为 host 的变量。指的是你服务器的域名或 IP。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment