search for: sql_index

Displaying 1 result from an estimated 1 matches for "sql_index".

Did you mean: seq_index
2006 Jan 16
11
Plans to intigrate ObjectGraph in to Rails
...ph: http://www.rubygarden.org/index.cgi/Libraries/og_tutorial.rdoc Example code: [code] class Post property :title, String, :sql => ''VARCHAR2(32) NOT NULL'' property :body, String property :author, String property :create_time, Time property :hits, Fixnum, :sql_index => true has_many :comments, Comment end [/code] -- Posted via http://www.ruby-forum.com/.