Schema.NumberFromString but no Schema.BigIntFromString.Schema.BigInt says:This schema transforms a string into a bigint by parsing the string using the BigInt function.so it looks like it's already doing the
*FromString part.ModelIdFromString to use Schema.NumberFromString, it compiles fine (but yields the wrong type)