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
- Host: GitHub
- URL: https://github.com/rit/istring
- Owner: rit
- License: mit
- Created: 2010-01-29T07:03:44.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-29T07:10:31.000Z (over 16 years ago)
- Last Synced: 2025-03-31T03:39:41.826Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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