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