PDC_REPORT_CreazioneDB/sql/tablesProduzione/dbo_TextTemplateConfigurationMapping.sql
2025-06-10 12:17:03 +02:00

5 lines
119 B
Transact-SQL

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