pub fn create_synced_schema(conn: &MigrationContext<'_>) -> Result<(), DbError>Expand description
The synthetic store’s schema and Database constructors, which the database
layer owns and its own tests open directly.
Create the synthetic test schema on a connection. Run as the host migration
step for open_test_db (see test_migrations).