search for: dflt_value

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

Did you mean: delta_value
2005 Dec 17
1
lost in an ActiveRecord::StatementInvalid
...ucture = execute("PRAGMA table_info(# {table_name})") do raise ActiveRecord::StatementInvalid if structure.empty? end end Now, the sqlite client returns this: sqlite> pragma table_info("users"); cid name type notnull dflt_value pk ---------- ---------- ---------- ---------- ---------- ---------- 0 id integer 0 1 1 name varchar(10 99 0 2 hashed_pas char(40) 0 0 And the model c...