File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ author = ''
107107# 当前支持:ai、mcp、agent、auth、storage、notification、task、payment、other
108108tags = [' ' ]
109109# 数据库支持
110- # 当前支持:mysql、pgsql、 postgresql
110+ # 当前支持:mysql、postgresql
111111database = [' ' ]
112112
113113# 应用配置
@@ -141,7 +141,7 @@ author = ''
141141# 当前支持:ai、mcp、agent、auth、storage、notification、task、payment、other
142142tags = [' ' ]
143143# 数据库支持
144- # 当前支持:mysql、pgsql、 postgresql
144+ # 当前支持:mysql、postgresql
145145database = [' ' ]
146146
147147# 应用配置
Original file line number Diff line number Diff line change @@ -69,4 +69,4 @@ return await self.select_order( # [!code word:noload]
6969## 数据库时区陷阱
7070
7171MySQL 不支持时区存储类型,而 PostgreSQL 拥有完美的时区类型,所以在数据库中存储时间列确实是一件令人头疼的事情,不过我们已为此实现完美方案,兼容
72- mysql 和 pgsql ,[ 查看详情] ( ./backend/reference/timezone.md#数据库 )
72+ mysql 和 postgresql ,[ 查看详情] ( ./backend/reference/timezone.md#数据库 )
You can’t perform that action at this time.
0 commit comments