我想将一些json数据存储在其中一个表的列中。 例如
{option: 1, status: false}
什么是列类型设置为长文本?是使用属性转换存储json部分吗?
答案 0 :(得分:0)
您可以根据应用要求使用文本或longtext类型。
The maximum length of text input is: 65,535 (216−1) bytes = 64 KiB
The maximum length of longtext input is: 4,294,967,295 (232−1) bytes = 4 GiB
属性转换的用法如下:http://laravel.com/docs/5.1/eloquent-mutators#attribute-casting