PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_TextTemplateConfigurationMapping_20161229.sql
2025-06-09 19:17:49 +02:00

5 lines
128 B
Transact-SQL

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