I tried to deploy but get the following error when running the test stored proc scripts: Column, parameter, or variable #1: Cannot find data type dbo.IntegerListType.
dbo.IntegerListType is a user defined table type that is defined in the main database, not the test database but is needed inside the test procedure.
https://documentation.red-gate.com/rr1/worked-examples/tutorial-running-tests-in-readyroll-with-tsqlt-adapter
I tried to deploy but get the following error when running the test stored proc scripts:
Column, parameter, or variable #1: Cannot find data type dbo.IntegerListType.
dbo.IntegerListType is a user defined table type that is defined in the main database, not the test database but is needed inside the test procedure.