简体   繁体   English

LaraAdmin如何使用bigint字段类型

[英]LaraAdmin how to use bigint field type

I'm building some application based on LaraAdmin crud generator. 我正在基于LaraAdmin生成器构建一些应用程序。 I need a field to be a BigInt since the possible values are bigger than a normal Integer. 我需要一个字段作为BigInt,因为可能的值大于普通的Integer。 How should I achieve that in order to not make the system crash? 为了不使系统崩溃,我应该如何实现?

因为它已经存储为整数,所以只需将数据库类型更改为biginteger,因为它们都存储数字值就可以了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM