1. 05 1月, 2016 1 次提交
    • R
      Add short-hand methods for text and blob types in MySQL · 4d4239f9
      Ryuta Kamizono 提交于
      In Pg and Sqlite3, `:text` and `:binary` have variable unlimited length.
      But in MySQL, these have limited length for each types (ref #21591, #21619).
      This change adds short-hand methods for each text and blob types.
      
      Example:
      
          create_table :foos do |t|
            t.tinyblob   :tiny_blob
            t.mediumblob :medium_blob
            t.longblob   :long_blob
            t.tinytext   :tiny_text
            t.mediumtext :medium_text
            t.longtext   :long_text
          end
      4d4239f9
  2. 04 1月, 2016 1 次提交
  3. 15 10月, 2015 2 次提交
  4. 06 3月, 2015 1 次提交
  5. 03 3月, 2015 1 次提交
  6. 01 4月, 2013 1 次提交
  7. 28 3月, 2013 1 次提交
  8. 28 10月, 2012 1 次提交
  9. 28 6月, 2012 1 次提交
  10. 25 2月, 2012 1 次提交
  11. 10 10月, 2011 1 次提交
  12. 02 8月, 2010 1 次提交
  13. 18 9月, 2009 1 次提交
  14. 26 8月, 2008 1 次提交
  15. 22 4月, 2008 1 次提交