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