`
wootaw
  • 浏览: 773 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
一个遗留系统中id为字符串,RAILS好像不能使用非整数主键,我的做法: create_table :mytable, :id => false do |t| t.string :id, :limit => 16, :null => false ... end add_index :mytable, :id, :name => "mytable_id_index", :unique => true model中: class MyTable < ActiveRecord::Base set_p ...
Global site tag (gtag.js) - Google Analytics