fn set_column_fulltext_options(
column_meta: &mut ColumnMetadata,
column_name: String,
options: FulltextOptions,
current_options: Option<FulltextOptions>,
) -> Result<()>
Expand description
Set column fulltext options if it passed the validation.
Options allowed to modify:
- backend
Options not allowed to modify:
- analyzer
- case_sensitive