|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > PurVendorGroup Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
PurVendorGroup Table
Collapse All Expand All
iVend Database Database : PurVendorGroup Table |
Description
Defines the groups in which the Vendors can be catagorised.
Properties
Creation Date |
5/29/2015 1:54 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
VendorGroupKey |
Primary key for the table |
VarWChar |
50 |
|
|
|
|
Id |
Value is the Id of the vendor group |
VarWChar |
20 |
|
|
|
|
Description |
Value is the description of the Vendor Group |
VarWChar |
100 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
ModifiedBy |
Reference of user who has modified this record. See also Security User |
VarWChar |
50 |
|
|
|
|
IsDeleted |
Value is True if the record has been deleted from the system. Record is always Soft Deleted |
Boolean |
1 |
|
|
|
|
IsDefault |
Value is true if the Vendor Group is default |
Boolean |
1 |
|
((0)) |
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[PurVendorGroup]( [VendorGroupKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Id] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Created] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Modified] [datetime] NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [IsDeleted] [bit] NOT NULL, [IsDefault] [bit] NOT NULL, CONSTRAINT [PK_PurVendorGroup] PRIMARY KEY CLUSTERED ( [VendorGroupKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] ALTER TABLE [dbo].[PurVendorGroup] ADD CONSTRAINT [DF_PurVendorGroup_IsDefault] DEFAULT ((0)) FOR [IsDefault] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.