An open API service indexing awesome lists of open source software.

https://github.com/rit/istring

Add citext datatype for ActiveRecord
https://github.com/rit/istring

Last synced: about 1 year ago
JSON representation

Add citext datatype for ActiveRecord

Awesome Lists containing this project

README

          

istring
=======

Add citext datatype support for ActiveRecord.

Example
=======

create_table :leagues do |t|
t.string :name, :null => false
t.istring :url, :null => false # 'istring' will create a 'citext' column
end

Copyright (c) 2010 Rit Li, released under the MIT license