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

7 lines
185 B
Transact-SQL

CREATE TABLE [dbo].[SubscribedCustomer_Bank_20170307] (
[ID] int NOT NULL IDENTITY(1,1),
[Rete] nchar(16) NULL,
[FiscalCode] nchar(32) NULL,
[DateOfMonitoring] datetime NULL
)
GO