|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > InvUOMLengthWidth Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
InvUOMLengthWidth Table
Collapse All Expand All
iVend Database Database : InvUOMLengthWidth Table |
Description
Stores the Inv UOM length and width details
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
6 |
Data Space Used |
8.00 KB |
Index Space Used |
8.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
UOMLengthWidthKey |
System generated primary key of the table. |
VarWChar |
50 |
|
|
|
|
Id |
Value is the Id of the Inventory UOM Length Width |
VarWChar |
20 |
|
|
|
|
Description |
Refers to the description for the Inventory UOM Length and Width |
VarWChar |
100 |
|
|
|
|
VolumeDescription |
Value is the description of volume |
VarWChar |
100 |
|
|
|
|
SizeInMM |
Value is the size in milimeters |
Numeric |
9 (20,5) |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
(getdate()) |
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
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 |
|
((0)) |
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[InvUOMLengthWidth]( [UOMLengthWidthKey] [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 NOT NULL, [VolumeDescription] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [SizeInMM] [numeric](20, 5) NULL, [Created] [datetime] NOT NULL, [Modified] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [IsDeleted] [bit] NOT NULL, CONSTRAINT [PK__InvUOMLe__2AAE69807C8F6DA6] PRIMARY KEY CLUSTERED ( [UOMLengthWidthKey] 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].[InvUOMLengthWidth] ADD CONSTRAINT [DF__InvUOMLen__Creat__7E77B618] DEFAULT (getdate()) FOR [Created] ALTER TABLE [dbo].[InvUOMLengthWidth] ADD CONSTRAINT [DF__InvUOMLen__IsDel__7F6BDA51] DEFAULT ((0)) FOR [IsDeleted] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.