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 应用程序中,我需要为软件版本号添加一个字段,例如 3.2.1
什么是合适的数据类型?
使用字符串。
版本号很少是数字,通常每个部分都有特定的含义,即使它只对开发人员很重要。
这是所有 Rails(ActiveRecord 迁移)数据类型,可能有帮助
http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#method-i-column
http://guides.rubyonrails.org/migrations.html