Skip to content

Commit 02ba8e4

Browse files
committed
update docs
1 parent 53a216a commit 02ba8e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/backend/reference/model.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ class Base(DataClassBase, DateTimeMixin):
8383

8484
__abstract__ = True
8585
```
86+
87+
## 字符串类型
88+
89+
对于长文本,fba 提供了内置的 PostgreSQL 和 MySQL 兼容类型 `UniversalText`
90+
91+
对于常见文本,fba 通常使用以下长度单位:`32``64``128``256``512`

0 commit comments

Comments
 (0)