mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
update
This commit is contained in:
@ -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) |
|
||||
|
Reference in New Issue
Block a user