Initial commit: JDE Scoping Tool migration project
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE [dbo].[LotLocation]
|
||||
(
|
||||
[LotNumber] VARCHAR(120) NOT NULL,
|
||||
[ShortItemNumber] BIGINT NOT NULL,
|
||||
[BranchCode] VARCHAR(12) NOT NULL,
|
||||
[Location] VARCHAR(80) NOT NULL DEFAULT '',
|
||||
[LastUpdateDT] DATETIME NOT NULL,
|
||||
CONSTRAINT [PK_LotLocation] PRIMARY KEY CLUSTERED([LotNumber], [ShortItemNumber], [BranchCode], [Location])
|
||||
)
|
||||
Reference in New Issue
Block a user