CREATE TABLE [dbo].[TextTemplateConfigurationMapping] ( [TemplateID] int NOT NULL, [TextFieldID] int NOT NULL ) GO