This commit is contained in:
2022-06-15 01:45:29 +00:00
parent eb9175153d
commit 6b3533b26a
5 changed files with 72 additions and 3 deletions

View File

@@ -26,3 +26,9 @@ namespace AyaNova.Models
}
}
// CREATE TABLE [dbo].[AINTEGRATIONLOG](
// [ACREATED] [datetime] NOT NULL,
// [ACREATOR] [uniqueidentifier] NOT NULL,
// [AINTEGRATIONID] [uniqueidentifier] NOT NULL,
// [AMESSAGE] [nvarchar](500) NOT NULL