From ea4ca63b491da473164446e3e0e3ddac3a980c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:22:38 +0800 Subject: [PATCH] fix table --- api/types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api/types.md b/api/types.md index 7eba38d..c63d70c 100644 --- a/api/types.md +++ b/api/types.md @@ -30,6 +30,7 @@ ## 类型修饰符 > 类型修饰符占据类型代号的高2位,通过或运算与基础代号结合 + | 类型代号 | 类型 | 说明 | | --- | --- | --- | | 0x00 | null | 无修饰:允许重复、可空、非外键 |