pub fn create_fts_table_sql(
entity: &str,
config: &SearchConfig,
) -> Option<String>Expand description
Generate the CREATE VIRTUAL TABLE _fts_<Entity> statement for a
given entity + config. Called once during schema push.
pub fn create_fts_table_sql(
entity: &str,
config: &SearchConfig,
) -> Option<String>Generate the CREATE VIRTUAL TABLE _fts_<Entity> statement for a
given entity + config. Called once during schema push.