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.
我需要在 Rails 应用程序中使用 mysql 中的 SET 数据类型。但是,我在支持的数据类型列表或此处找不到它。它是受支持的数据类型吗?如果是,我该如何处理?
Rails 中不支持 No SET 数据类型。
这是另一种选择,也可以尝试一下。
Rails不支持SET 数据类型
Rails 中可用数据类型的列表列在 Stackoverflow 答案中:
Rails 4:可用数据类型列表
有一个宝石试图解决这个问题:
https://github.com/iangreenleaf/native_enum (这个我没用过)