pub fn parse_table_with_schema(
    input: &ParseBuffer<'_>
) -> Result<(Ident, Dot, Ident), Error>