pub(crate) fn build_template_from_raw_table_info( raw_table_info: &RawTableInfo, ) -> Result<CreateRequest>
Builds a [CreateRequest] from a [RawTableInfo].
Note: This method is only used for creating logical tables.