2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:36:40 +08:00
discourse/app/models/post_search_data.rb

18 lines
294 B
Ruby

class PostSearchData < ActiveRecord::Base
belongs_to :post
validates_presence_of :search_data
end
# == Schema Information
#
# Table name: post_search_data
#
# post_id :integer not null, primary key
# search_data :tsvector
#
# Indexes
#
# idx_search_post (search_data)
#