CREATE SCHEMA [testCustomer] | |
AUTHORIZATION [dbo]; | |
GO | |
EXECUTE sp_addextendedproperty @name = N'tSQLt.TestClass', @value = 1, @level0type = N'SCHEMA', @level0name = N'testCustomer'; | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment