About Eldus » Software » Table [dbo].[D_Period]

Table [dbo].[D_Period]

CREATE TABLE [dbo].[D_Period] (
[DocPeriod] [varchar] (7) NOT NULL ,
[DocPeriodClosed] [bit] NULL ,
[TXPeriodClosed] [bit] NULL ,
[Locked] [bit] NULL ,
[CurrentPeriod] [bit] NULL ,
[rowguid] uniqueidentifier ROWGUIDCOL NOT NULL
) ON [PRIMARY]

Updated On: 05.03.31