Skip to main content

join_schema

Function join_schema 

Source
pub fn join_schema(class_name: &str, key: &str) -> ClassSchema
Expand description

The fixed schema every join collection has.

Two string columns and nothing else (DatabaseController.js:418-420). Deliberately built here rather than fetched: join collections have no _SCHEMA row at all upstream, and writing one would add a class every parse-server node reading the database would then see.