Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一些基于 LaraAdmin crud 生成器的应用程序。我需要一个字段作为 BigInt,因为可能的值大于普通整数。为了不让系统崩溃,我应该如何做到这一点?
因为它已经存储为整数,只需将数据库类型更改为 biginteger 就可以了,因为它们都存储数值。