在laravel中是否有任何类似于位(字节)的数据库,在文档中找不到任何数据库。(https://laravel.com/docs/5.1/migrations)。
我尝试做类似的事情:
00000001 -> stands for something lets say playstation
00000010 -> stands for xbox
00000011 -> stands for both above
Run Code Online (Sandbox Code Playgroud) 哪种数据类型最适合将分辨率保存到数据库中?
例如:
720×576
我会使用varchar,但我不确定这是否正确(最佳做法)