Neue Spalte "EN16931_ID"
This commit is contained in:
parent
25eeb6d310
commit
01426c749d
13
13_ZUGFERD/1.0.0.2.sql
Normal file
13
13_ZUGFERD/1.0.0.2.sql
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
USE [DD_ECM]
|
||||||
|
GO
|
||||||
|
|
||||||
|
/****** Object: Table [dbo].[TBDD_ZUGFERD_XML_ITEMS] Script Date: 25.07.2023 10:04:13 ******/
|
||||||
|
SET ANSI_NULLS ON
|
||||||
|
GO
|
||||||
|
|
||||||
|
SET QUOTED_IDENTIFIER ON
|
||||||
|
GO
|
||||||
|
|
||||||
|
ALTER TABLE dbo.TBDD_ZUGFERD_XML_ITEMS ADD
|
||||||
|
EN16931_ID nvarchar(50) NULL
|
||||||
|
GO
|
||||||
Loading…
x
Reference in New Issue
Block a user