pub fn is_system_table(table: &str) -> boolExpand 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.