Tables [dbo].[ucapme_cost_center]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
Row Count62
Created3:30:16 PM Thursday, May 10, 2007
Last Modified3:39:29 PM Thursday, May 10, 2007
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
business_unitint4
Yes
creation_usernvarchar(64)128
Yes
creation_dateint4
Yes
last_update_usernvarchar(64)128
Yes
last_update_dateint4
Yes
version_numberint4
Yes
zcost_centerint4
Yes
sub_cost_centerint4
Yes
Cluster Primary Key PK__ucapme_cost_cent__45619652: cdid\object_uuidcdidsmallint2
No
(NULL)
Cluster Primary Key PK__ucapme_cost_cent__45619652: cdid\object_uuidobject_uuidbinary(16)16
No
(NULL)
Indexes Indexes
NameColumnsUnique
Cluster Primary Key PK__ucapme_cost_cent__45619652: cdid\object_uuidPK__ucapme_cost_cent__45619652cdid, object_uuid
Yes
SQL Script
CREATE TABLE [dbo].[ucapme_cost_center]
(
[business_unit] [int] NULL,
[creation_user] [nvarchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[creation_date] [int] NULL,
[last_update_user] [nvarchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[last_update_date] [int] NULL,
[version_number] [int] NULL,
[zcost_center] [int] NULL,
[sub_cost_center] [int] NULL,
[cdid] [smallint] NOT NULL CONSTRAINT [DF__ucapme_cos__cdid__43794DE0] DEFAULT (NULL),
[object_uuid] [binary] (16) NOT NULL CONSTRAINT [DF__ucapme_co__objec__446D7219] DEFAULT (NULL)
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[ucapme_cost_center] ADD CONSTRAINT [PK__ucapme_cost_cent__45619652] PRIMARY KEY CLUSTERED ([cdid], [object_uuid]) ON [PRIMARY]
GO
Uses