This commit is contained in:
28810
2019-01-07 22:04:31 +08:00
parent 63efd2dba6
commit 3a53461933
2 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
## 类型映射
| csharp | MySql | SqlServer | PostgreSQL | oracle |
| - | - | - | - |
| - | - | - | - | - |
| bool \| bool? | bit(1) | bit | bool | number(1) |
| sbyte \| sbyte? | tinyint(3) | smallint | int2 | number(4) |
| short \| short? | smallint(6) | smallint | int2 | number(6) |