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