Skip to main content

is_system_table

Function is_system_table 

Source
pub fn is_system_table(table: &str) -> bool
Expand description

Framework tables use the rustio_ prefix. Project tables never should — this is a contract the migration generator enforces. We treat the prefix as authoritative here; projects that smuggle rustio_-prefixed tables into their schema get the restrictive matrix, which is the safe default.