pub fn create_synced_schema(conn: &MigrationContext<'_>) -> Result<(), DbError>Expand description
Create the synthetic test schema on a connection. Run as the host migration
step for open_test_db (see test_migrations).
pub fn create_synced_schema(conn: &MigrationContext<'_>) -> Result<(), DbError>Create the synthetic test schema on a connection. Run as the host migration
step for open_test_db (see test_migrations).