ActiveRecord::ConnectionAdapters::TableDefinition
# File lib/active_record/connection_adapters/postgresql_adapter.rb, line 215 215: def tsvector(*args) 216: options = args.extract_options! 217: column(args[0], 'tsvector', options) 218: end
# File lib/active_record/connection_adapters/postgresql_adapter.rb, line 210 210: def xml(*args) 211: options = args.extract_options! 212: column(args[0], 'xml', options) 213: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.