PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/C6MartPeriodico_TB_FD190PatrimonioFinanziario_PTFRibilanciato.sql
2025-06-10 15:29:00 +02:00

15 lines
482 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[TB_FD190PatrimonioFinanziario_PTFRibilanciato] (
[Rete] char(1) NULL,
[CodiceFiscale] varchar(16) NULL,
[Banca] varchar(32) NOT NULL,
[Ordinamento] smallint NULL,
[AssetClassId] varchar(50) NOT NULL,
[AssetClassName] varchar(128) NULL,
[ChiavePtfMod] int NULL,
[Controvalore] decimal(19,5) NULL,
[Percentuale] decimal(19,5) NULL,
[Totale] decimal(19,5) NULL,
[Percentuale_Modello] decimal(19,5) NULL,
[Var_Prog] decimal(12,3) NULL
)
GO