8 lines
204 B
Transact-SQL
8 lines
204 B
Transact-SQL
CREATE TABLE [dbo].[ReportSezionePers_bk_20130626] (
|
|
[DtCreazione] datetime NULL,
|
|
[DtCancellazione] datetime NULL,
|
|
[IdReport] int NOT NULL,
|
|
[IdSezione] int NOT NULL,
|
|
[Utente] varchar(13) NULL
|
|
)
|
|
GO |