7 lines
176 B
Transact-SQL
7 lines
176 B
Transact-SQL
CREATE TABLE [C6MartPeriodico].[statistiche_app_rendicontazione] (
|
|
[id] int NULL,
|
|
[descrizione] varchar(255) NULL,
|
|
[numero] int NULL,
|
|
[tipo_consul] varchar(16) NULL
|
|
)
|
|
GO |