Feedback: schemaValidation and strictTableNameTypes documentation is difficult to comprehend
Rhetorical questions:
1) Which tables are validated during runtime?
2) Which tables get Intellisense in VS Code?
3) What are the implications for deploying table definition changes?
4) What changes if a table is in defineSchema() or not? It seems like I have two ways to control behavior: Include tables in defineSchema() or change these settings. So what do I do if I want Intellisense, but I don't want strict validation during runtime, but I also don't want to compromise my entire schema by setting schemaValidation=false?

