Skip to main content

create_fts_table_sql

Function create_fts_table_sql 

Source
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.