Tables [dbo].[scriptfunctionslib]
Properties
PropertyValue
HeapYes
Row Count32
Created12:44:46 PM Thursday, October 04, 2007
Last Modified12:44:46 PM Thursday, October 04, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
scriptIDint4
No
libIDint4
No
SQL Script
CREATE TABLE [dbo].[scriptfunctionslib]
(
[scriptID] [int] NOT NULL,
[libID] [int] NOT NULL
) ON [PRIMARY]
GO
Uses