pub fn check_column_name_not_reserved(column_name: &str) -> Result<()>
Check if the column name does not conflict with the internally reserved column name.