Closed modcrafts closed 6 months ago
想要在数据库中存储BIGINT类型的数字 原有的 integer length 无法超过11, 导致现有数据类型无法存储更大的数字
在database.extend方法中增加更多的数据类型支持,例如 bigint 等
ctx.database.extend('a', { long_number: 'bigint', })
No response
现已支持。
Describe the problem related to the feature request
想要在数据库中存储BIGINT类型的数字 原有的 integer length 无法超过11, 导致现有数据类型无法存储更大的数字
Describe the solution you'd like
在database.extend方法中增加更多的数据类型支持,例如 bigint 等
Describe alternatives you've considered
No response
Additional context
No response