From 78e461909f77f68abc34131f4527407a7fb8c0be Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Mon, 17 Nov 2025 23:49:48 +0330 Subject: [PATCH] update --- docs/model.ndm2 | 12981 +++-- docs/model1.ndm2 | 42160 ++++++++++++++-- .../CreateNewCategoryCommand.cs | 20 + .../CreateNewCategoryCommandHandler.cs | 22 + .../CreateNewCategoryCommandValidator.cs | 21 + .../CreateNewCategoryResponseDto.cs | 8 + .../DeleteCategory/DeleteCategoryCommand.cs | 8 + .../DeleteCategoryCommandHandler.cs | 23 + .../DeleteCategoryCommandValidator.cs | 17 + .../UpdateCategory/UpdateCategoryCommand.cs | 22 + .../UpdateCategoryCommandHandler.cs | 23 + .../UpdateCategoryCommandValidator.cs | 23 + .../CreateNewCategoryEventHandler.cs | 22 + .../DeleteCategoryEventHandler.cs | 22 + .../UpdateCategoryEventHandler.cs | 22 + .../GetAllCategoryByFilterQuery.cs | 31 + .../GetAllCategoryByFilterQueryHandler.cs | 38 + .../GetAllCategoryByFilterQueryValidator.cs | 15 + .../GetAllCategoryByFilterResponseDto.cs | 29 + .../Queries/GetCategory/GetCategoryQuery.cs | 8 + .../GetCategory/GetCategoryQueryHandler.cs | 23 + .../GetCategory/GetCategoryQueryValidator.cs | 17 + .../GetCategory/GetCategoryResponseDto.cs | 22 + .../Interfaces/IApplicationDbContext.cs | 3 +- .../Common/Mappings/CategoryProfile.cs | 11 + .../Entities/Category.cs | 24 + .../CategoryEvents/CreateNewCategoryEvent.cs | 11 + .../CategoryEvents/DeleteCategoryEvent.cs | 11 + .../CategoryEvents/UpdateCategoryEvent.cs | 11 + .../Persistence/ApplicationDbContext.cs | 1 + .../Configurations/CategoryConfiguration.cs | 30 + 31 files changed, 48296 insertions(+), 7383 deletions(-) create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommand.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandValidator.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryResponseDto.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommand.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandValidator.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommand.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandValidator.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/EventHandlers/CreateNewCategoryEventHandlers/CreateNewCategoryEventHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/EventHandlers/DeleteCategoryEventHandlers/DeleteCategoryEventHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/EventHandlers/UpdateCategoryEventHandlers/UpdateCategoryEventHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQuery.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryValidator.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterResponseDto.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQuery.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryHandler.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryValidator.cs create mode 100644 src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryResponseDto.cs create mode 100644 src/CMSMicroservice.Application/Common/Mappings/CategoryProfile.cs create mode 100644 src/CMSMicroservice.Domain/Entities/Category.cs create mode 100644 src/CMSMicroservice.Domain/Events/CategoryEvents/CreateNewCategoryEvent.cs create mode 100644 src/CMSMicroservice.Domain/Events/CategoryEvents/DeleteCategoryEvent.cs create mode 100644 src/CMSMicroservice.Domain/Events/CategoryEvents/UpdateCategoryEvent.cs create mode 100644 src/CMSMicroservice.Infrastructure/Persistence/Configurations/CategoryConfiguration.cs diff --git a/docs/model.ndm2 b/docs/model.ndm2 index 44f4a3c..5a682cf 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -70,7 +70,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -100,7 +101,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -130,7 +132,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -160,7 +163,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -190,7 +194,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -220,7 +225,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -250,7 +256,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -319,7 +326,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -366,7 +374,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -396,7 +405,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -426,7 +436,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -456,7 +467,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -486,7 +498,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -534,7 +547,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -581,7 +595,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -611,7 +626,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -641,7 +657,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -689,7 +706,343 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "Category", + "comment": "دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_Category", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_Category_Category_1", + "fields": [ + "ParentId" + ], + "referencedSchema": "CMS", + "referencedTable": "Category", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -736,7 +1089,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -766,7 +1120,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -796,7 +1151,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -885,7 +1241,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -932,7 +1289,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -980,7 +1338,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1027,7 +1386,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -1075,7 +1435,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1122,7 +1483,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -1170,7 +1532,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1217,7 +1580,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1247,7 +1611,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1277,10 +1642,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -1318,7 +1685,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1365,7 +1733,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1395,10 +1764,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -1436,7 +1807,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1483,7 +1855,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1513,7 +1886,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1543,7 +1917,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1573,7 +1948,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1603,7 +1979,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1633,10 +2010,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -1653,7 +2032,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1700,7 +2080,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -1748,7 +2129,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -1795,7 +2177,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1825,7 +2208,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1855,7 +2239,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1885,7 +2270,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1915,7 +2301,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1945,7 +2332,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -1975,7 +2363,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -2023,7 +2412,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2070,7 +2460,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -2118,7 +2509,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2165,7 +2557,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -2213,7 +2606,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2260,7 +2654,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2290,7 +2685,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2320,7 +2716,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2350,7 +2747,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2380,7 +2778,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2410,7 +2809,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2440,7 +2840,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -2488,7 +2889,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2535,7 +2937,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2565,7 +2968,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2595,10 +2999,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -2636,7 +3042,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2683,7 +3090,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2713,7 +3121,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2743,7 +3152,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2773,7 +3183,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2803,7 +3214,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2833,7 +3245,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2863,7 +3276,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -2911,7 +3325,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -2958,7 +3373,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -2988,10 +3404,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -3029,7 +3447,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -3076,7 +3495,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3106,7 +3526,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3136,7 +3557,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3166,7 +3588,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3196,7 +3619,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3226,7 +3650,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3256,7 +3681,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -3304,7 +3730,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -3351,7 +3778,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3381,7 +3809,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3411,7 +3840,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3441,7 +3871,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3471,10 +3902,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -3652,7 +4085,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -3699,7 +4133,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3729,7 +4164,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3759,7 +4195,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3789,10 +4226,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -3809,7 +4248,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -3856,7 +4296,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -3904,7 +4345,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -3951,7 +4393,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -3981,7 +4424,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4011,7 +4455,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4041,7 +4486,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4071,7 +4517,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -4119,7 +4566,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4166,7 +4614,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -4214,7 +4663,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4261,7 +4711,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -4309,7 +4760,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4356,7 +4808,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4386,7 +4839,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4416,7 +4870,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4446,7 +4901,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4476,7 +4932,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -4524,7 +4981,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4571,7 +5029,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4601,7 +5060,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4631,10 +5091,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -4672,7 +5134,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4719,7 +5182,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4749,7 +5213,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4779,7 +5244,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4809,7 +5275,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4839,7 +5306,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -4887,7 +5355,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -4934,7 +5403,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -4964,10 +5434,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -5005,7 +5477,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5052,7 +5525,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5082,7 +5556,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5112,7 +5587,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5142,7 +5618,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5172,7 +5649,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -5220,7 +5698,2441 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "CategoryService", + "comment": "سرویس های دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CategoryService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewCategory", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد دسته بندی جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateCategory", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteCategory", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "GetCategory", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllCategoryByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی دسته بندی ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllCategoryByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_CreateNewCategoryRequest_1", + "fields": [ + "CreateNewCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewCategoryRequest", + "referencedFields": [ + "Name" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_CreateNewCategoryResponse_1", + "fields": [ + "CreateNewCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_UpdateCategoryRequest_1", + "fields": [ + "UpdateCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_DeleteCategoryRequest_1", + "fields": [ + "DeleteCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetCategoryRequest_1", + "fields": [ + "GetCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetCategoryResponse_1", + "fields": [ + "GetCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetAllCategoryByFilterRequest_1", + "fields": [ + "GetAllCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetAllCategoryByFilterResponse_1", + "fields": [ + "GetAllCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewCategoryRequest", + "comment": "ورودی ایجاد دسته بندی جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewCategoryRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": null, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewCategoryResponse", + "comment": "خروجی ایجاد دسته بندی جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_CreateNewCategoryResponse", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateCategoryRequest", + "comment": "ورودی ویرایش دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateCategoryRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_UpdateCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteCategoryRequest", + "comment": "ورودی حذف دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_DeleteCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetCategoryRequest", + "comment": "ورودی واکشی یک دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetCategoryResponse", + "comment": "خروجی واکشی یک دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetCategoryResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetCategoryResponse", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterRequest", + "comment": "ورودی واکشی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllCategoryByFilterRequest_GetAllCategoryByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterFilter", + "comment": "فیلترهای دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetAllCategoryByFilterFilter", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterResponse", + "comment": "خروجی واکشی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllCategoryByFilterResponse_GetAllCategoryByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterResponseModel", + "comment": "مدل خروجی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetAllCategoryByFilterResponseModel", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5267,7 +8179,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5297,7 +8210,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5327,7 +8241,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5357,7 +8272,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5387,10 +8303,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -5568,7 +8486,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5615,7 +8534,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -5663,7 +8583,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5710,7 +8631,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -5758,7 +8680,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5805,7 +8728,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -5853,7 +8777,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -5900,7 +8825,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5930,7 +8856,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -5960,10 +8887,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -6001,7 +8930,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6048,7 +8978,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6078,10 +9009,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -6119,7 +9052,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6166,7 +9100,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6196,7 +9131,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6226,7 +9162,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6256,7 +9193,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6286,10 +9224,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -6467,7 +9407,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6514,7 +9455,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6544,10 +9486,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -6564,7 +9508,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6611,7 +9556,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -6659,7 +9605,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6706,7 +9653,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6736,7 +9684,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -6766,7 +9715,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -6814,7 +9764,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6861,7 +9812,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -6909,7 +9861,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -6956,7 +9909,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -7004,7 +9958,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7051,7 +10006,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7081,7 +10037,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7111,7 +10068,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -7159,7 +10117,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7206,7 +10165,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7236,7 +10196,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7266,10 +10227,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -7307,7 +10270,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7354,7 +10318,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7384,7 +10349,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7414,7 +10380,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -7462,7 +10429,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7509,7 +10477,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7539,10 +10508,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -7580,7 +10551,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7627,7 +10599,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7657,7 +10630,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7687,7 +10661,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -7735,7 +10710,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -7782,7 +10758,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7812,7 +10789,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7842,7 +10820,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7872,7 +10851,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -7902,10 +10882,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -8083,7 +11065,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8130,7 +11113,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8160,10 +11144,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -8180,7 +11166,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8227,7 +11214,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -8275,7 +11263,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8322,7 +11311,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8352,7 +11342,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8382,7 +11373,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -8430,7 +11422,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8477,7 +11470,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -8525,7 +11519,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8572,7 +11567,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -8620,7 +11616,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8667,7 +11664,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8697,7 +11695,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8727,7 +11726,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -8775,7 +11775,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8822,7 +11823,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8852,7 +11854,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -8882,10 +11885,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -8923,7 +11928,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -8970,7 +11976,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9000,7 +12007,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9030,7 +12038,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -9078,7 +12087,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9125,7 +12135,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9155,10 +12166,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -9196,7 +12209,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9243,7 +12257,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9273,7 +12288,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9303,7 +12319,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -9351,7 +12368,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9398,7 +12416,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9428,7 +12447,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9458,10 +12478,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -9499,7 +12521,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9546,7 +12569,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9576,7 +12600,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9606,7 +12631,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9636,7 +12662,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9666,7 +12693,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9696,7 +12724,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9726,7 +12755,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -9774,7 +12804,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9821,7 +12852,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9851,10 +12883,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -9892,7 +12926,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -9939,7 +12974,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9969,7 +13005,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -9999,7 +13036,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10029,7 +13067,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10059,7 +13098,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10089,7 +13129,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10119,7 +13160,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -10167,7 +13209,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -10214,7 +13257,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10244,7 +13288,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10274,10 +13319,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -10415,7 +13462,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -10462,7 +13510,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -10510,7 +13559,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -10557,7 +13607,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -10603,7 +13654,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -10650,7 +13702,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10680,7 +13733,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10710,7 +13764,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10740,7 +13795,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10770,7 +13826,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -10816,7 +13873,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -10863,7 +13921,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10893,7 +13952,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10923,7 +13983,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10953,7 +14014,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -10983,7 +14045,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -11029,7 +14092,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -11076,7 +14140,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11106,7 +14171,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11136,7 +14202,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11166,10 +14233,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -11186,7 +14255,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -11233,7 +14303,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11263,7 +14334,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11293,7 +14365,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11323,7 +14396,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11353,7 +14427,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11383,7 +14458,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11413,7 +14489,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11443,7 +14520,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -11491,7 +14569,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -11538,7 +14617,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11568,7 +14648,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11598,7 +14679,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11628,7 +14710,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11658,7 +14741,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11688,7 +14772,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11718,7 +14803,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11748,7 +14834,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -11796,7 +14883,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -11843,7 +14931,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11873,7 +14962,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11903,7 +14993,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11933,7 +15024,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11963,7 +15055,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -11993,7 +15086,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12023,10 +15117,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -12043,7 +15139,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -12090,7 +15187,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12120,7 +15218,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12150,7 +15249,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12180,7 +15280,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12210,7 +15311,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12240,7 +15342,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12270,7 +15373,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12300,7 +15404,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12330,7 +15435,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12360,10 +15466,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -12380,7 +15488,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -12427,7 +15536,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12457,7 +15567,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12487,7 +15598,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12517,7 +15629,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12547,7 +15660,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12577,7 +15691,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12607,7 +15722,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12637,7 +15753,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12667,7 +15784,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12697,7 +15815,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12727,7 +15846,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -12775,7 +15895,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -12822,7 +15943,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12852,7 +15974,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12882,7 +16005,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12912,7 +16036,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12942,7 +16067,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -12972,7 +16098,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13002,7 +16129,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13032,7 +16160,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13062,7 +16191,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13092,7 +16222,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13122,7 +16253,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13152,7 +16284,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13182,7 +16315,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13212,7 +16346,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -13260,7 +16395,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -13307,7 +16443,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13337,7 +16474,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13367,7 +16505,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13397,7 +16536,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13427,7 +16567,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13457,7 +16598,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13487,7 +16629,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13517,7 +16660,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13547,7 +16691,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13577,7 +16722,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13607,7 +16753,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13637,7 +16784,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13667,7 +16815,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13697,7 +16846,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -13745,7 +16895,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -13792,7 +16943,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13822,7 +16974,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13852,7 +17005,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13882,7 +17036,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13912,7 +17067,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13942,7 +17098,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -13972,7 +17129,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14002,7 +17160,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14032,7 +17191,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14062,7 +17222,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14092,7 +17253,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14122,7 +17284,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14152,7 +17315,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14182,7 +17346,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -14230,7 +17395,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -14277,7 +17443,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -14325,7 +17492,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -14372,7 +17540,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14402,7 +17571,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14432,7 +17602,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14462,7 +17633,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14492,7 +17664,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14522,10 +17695,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -14723,7 +17898,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -14770,7 +17946,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14800,7 +17977,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14830,7 +18008,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -14899,7 +18078,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -14946,7 +18126,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -14976,7 +18157,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15006,7 +18188,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15036,7 +18219,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15066,7 +18250,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15096,7 +18281,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -15165,7 +18351,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -15212,7 +18399,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15242,7 +18430,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15272,7 +18461,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15302,7 +18492,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -15391,7 +18582,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -15438,7 +18630,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15468,7 +18661,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15498,7 +18692,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -15587,7 +18782,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -15634,7 +18830,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15664,7 +18861,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15694,7 +18892,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -15740,7 +18939,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -15787,7 +18987,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15817,7 +19018,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15847,7 +19049,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15877,7 +19080,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15907,7 +19111,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15937,7 +19142,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15967,7 +19173,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -15997,7 +19204,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -16126,7 +19334,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -16173,7 +19382,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16203,7 +19413,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16233,7 +19444,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16263,7 +19475,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -16309,7 +19522,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -16356,7 +19570,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16386,7 +19601,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16416,7 +19632,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16446,7 +19663,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16476,7 +19694,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16506,7 +19725,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16536,7 +19756,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16566,7 +19787,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -16655,7 +19877,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -16702,7 +19925,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16732,7 +19956,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16762,7 +19987,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16792,7 +20018,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16822,7 +20049,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16852,7 +20080,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16882,7 +20111,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16912,7 +20142,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16942,7 +20173,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -16972,7 +20204,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17002,7 +20235,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17032,7 +20266,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17062,7 +20297,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -17110,7 +20346,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -17157,7 +20394,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17187,7 +20425,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17217,7 +20456,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17247,7 +20487,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -17295,7 +20536,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -17342,7 +20584,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17372,7 +20615,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17402,7 +20646,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17432,7 +20677,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17462,10 +20708,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -17643,7 +20891,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -17690,7 +20939,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17720,10 +20970,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -17740,7 +20992,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -17787,7 +21040,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17817,7 +21071,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -17847,7 +21102,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -17895,7 +21151,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -17942,7 +21199,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -17990,7 +21248,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18037,7 +21296,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -18085,7 +21345,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18132,7 +21393,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18162,7 +21424,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18192,7 +21455,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -18240,7 +21504,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18287,7 +21552,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18317,7 +21583,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18347,10 +21614,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -18388,7 +21657,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18435,7 +21705,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18465,7 +21736,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18495,7 +21767,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -18543,7 +21816,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18590,7 +21864,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18620,10 +21895,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -18661,7 +21938,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18708,7 +21986,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18738,7 +22017,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18768,7 +22048,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -18816,7 +22097,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -18863,7 +22145,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18893,7 +22176,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18923,7 +22207,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18953,7 +22238,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -18983,10 +22269,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -19164,7 +22452,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19211,7 +22500,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19241,7 +22531,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19271,7 +22562,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19301,7 +22593,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19331,10 +22624,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -19351,7 +22646,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19398,7 +22694,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -19446,7 +22743,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19493,7 +22791,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19523,7 +22822,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19553,7 +22853,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19583,7 +22884,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19613,7 +22915,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19643,7 +22946,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -19691,7 +22995,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19738,7 +23043,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -19786,7 +23092,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19833,7 +23140,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -19881,7 +23189,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -19928,7 +23237,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19958,7 +23268,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -19988,7 +23299,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20018,7 +23330,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20048,7 +23361,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20078,7 +23392,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -20126,7 +23441,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -20173,7 +23489,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20203,7 +23520,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20233,10 +23551,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -20274,7 +23594,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -20321,7 +23642,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20351,7 +23673,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20381,7 +23704,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20411,7 +23735,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20441,7 +23766,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20471,7 +23797,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -20519,7 +23846,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -20566,7 +23894,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20596,10 +23925,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -20637,7 +23968,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -20684,7 +24016,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20714,7 +24047,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20744,7 +24078,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20774,7 +24109,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20804,7 +24140,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20834,7 +24171,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -20882,7 +24220,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -20929,7 +24268,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20959,7 +24299,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -20989,7 +24330,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21019,7 +24361,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21049,10 +24392,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -21230,7 +24575,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21277,7 +24623,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21307,7 +24654,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21337,10 +24685,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -21357,7 +24707,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21404,7 +24755,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -21452,7 +24804,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21499,7 +24852,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21529,7 +24883,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21559,7 +24914,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21589,7 +24945,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -21637,7 +24994,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21684,7 +25042,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -21732,7 +25091,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21779,7 +25139,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -21827,7 +25188,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -21874,7 +25236,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21904,7 +25267,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21934,7 +25298,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -21964,7 +25329,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -22012,7 +25378,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -22059,7 +25426,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22089,7 +25457,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22119,10 +25488,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -22160,7 +25531,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -22207,7 +25579,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22237,7 +25610,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22267,7 +25641,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22297,7 +25672,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -22345,7 +25721,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -22392,7 +25769,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22422,10 +25800,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -22463,7 +25843,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -22510,7 +25891,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22540,7 +25922,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22570,7 +25953,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22600,7 +25984,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -22648,7 +26033,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -22695,7 +26081,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22725,7 +26112,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22755,7 +26143,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22785,7 +26174,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -22815,10 +26205,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -22996,7 +26388,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23043,7 +26436,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23073,10 +26467,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -23093,7 +26489,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23140,7 +26537,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23188,7 +26586,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23235,7 +26634,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23265,7 +26665,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23295,7 +26696,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23343,7 +26745,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23390,7 +26793,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23438,7 +26842,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23485,7 +26890,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23533,7 +26939,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23580,7 +26987,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23610,7 +27018,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23640,7 +27049,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23688,7 +27098,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23735,7 +27146,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23765,7 +27177,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23795,10 +27208,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -23836,7 +27251,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -23883,7 +27299,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23913,7 +27330,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -23943,7 +27361,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -23991,7 +27410,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -24038,7 +27458,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24068,10 +27489,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -24109,7 +27532,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -24156,7 +27580,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24186,7 +27611,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24216,7 +27642,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -24264,7 +27691,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -24311,7 +27739,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24341,7 +27770,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24371,7 +27801,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24401,7 +27832,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24431,10 +27863,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -24612,7 +28046,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -24659,7 +28094,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24689,7 +28125,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24719,7 +28156,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24749,7 +28187,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24779,7 +28218,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24809,7 +28249,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -24839,10 +28280,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -24859,7 +28302,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -24906,7 +28350,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -24954,7 +28399,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25001,7 +28447,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25031,7 +28478,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25061,7 +28509,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25091,7 +28540,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25121,7 +28571,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25151,7 +28602,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25181,7 +28633,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25211,7 +28664,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -25259,7 +28713,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25306,7 +28761,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -25354,7 +28810,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25401,7 +28858,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -25449,7 +28907,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25496,7 +28955,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25526,7 +28986,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25556,7 +29017,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25586,7 +29048,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25616,7 +29079,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25646,7 +29110,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25676,7 +29141,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25706,7 +29172,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -25754,7 +29221,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25801,7 +29269,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25831,7 +29300,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25861,10 +29331,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -25902,7 +29374,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -25949,7 +29422,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -25979,7 +29453,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26009,7 +29484,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26039,7 +29515,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26069,7 +29546,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26099,7 +29577,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26129,7 +29608,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26159,7 +29639,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -26207,7 +29688,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -26254,7 +29736,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26284,10 +29767,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -26325,7 +29810,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -26372,7 +29858,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26402,7 +29889,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26432,7 +29920,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26462,7 +29951,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26492,7 +29982,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26522,7 +30013,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26552,7 +30044,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26582,7 +30075,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -26630,7 +30124,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -26677,7 +30172,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26707,7 +30203,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26737,7 +30234,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26767,7 +30265,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -26797,10 +30296,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -26978,7 +30479,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -27025,7 +30527,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27055,7 +30558,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27085,7 +30589,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27115,7 +30620,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27145,7 +30651,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27175,7 +30682,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27205,7 +30713,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27235,7 +30744,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27265,7 +30775,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27295,7 +30806,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27325,7 +30837,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27355,10 +30868,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -27375,7 +30890,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -27422,7 +30938,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -27470,7 +30987,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -27517,7 +31035,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27547,7 +31066,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27577,7 +31097,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27607,7 +31128,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27637,7 +31159,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27667,7 +31190,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27697,7 +31221,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27727,7 +31252,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27757,7 +31283,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27787,7 +31314,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27817,7 +31345,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27847,7 +31376,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -27877,7 +31407,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -27925,7 +31456,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -27972,7 +31504,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -28020,7 +31553,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -28067,7 +31601,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -28115,7 +31650,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -28162,7 +31698,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28192,7 +31729,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28222,7 +31760,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28252,7 +31791,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28282,7 +31822,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28312,7 +31853,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28342,7 +31884,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28372,7 +31915,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28402,7 +31946,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28432,7 +31977,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28462,7 +32008,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28492,7 +32039,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28522,7 +32070,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -28570,7 +32119,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -28617,7 +32167,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28647,7 +32198,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28677,10 +32229,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -28718,7 +32272,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -28765,7 +32320,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28795,7 +32351,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28825,7 +32382,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28855,7 +32413,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28885,7 +32444,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28915,7 +32475,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28945,7 +32506,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -28975,7 +32537,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29005,7 +32568,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29035,7 +32599,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29065,7 +32630,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29095,7 +32661,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29125,7 +32692,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -29173,7 +32741,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -29220,7 +32789,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29250,10 +32820,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -29291,7 +32863,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -29338,7 +32911,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29368,7 +32942,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29398,7 +32973,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29428,7 +33004,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29458,7 +33035,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29488,7 +33066,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29518,7 +33097,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29548,7 +33128,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29578,7 +33159,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29608,7 +33190,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29638,7 +33221,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29668,7 +33252,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29698,7 +33283,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -29746,7 +33332,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -29793,7 +33380,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29823,7 +33411,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29853,7 +33442,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29883,7 +33473,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -29913,10 +33504,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -30094,7 +33687,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30141,7 +33735,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30171,7 +33766,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30201,10 +33797,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -30221,7 +33819,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30268,7 +33867,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -30316,7 +33916,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30363,7 +33964,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30393,7 +33995,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30423,7 +34026,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30453,7 +34057,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -30501,7 +34106,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30548,7 +34154,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -30596,7 +34203,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30643,7 +34251,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -30691,7 +34300,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30738,7 +34348,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30768,7 +34379,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30798,7 +34410,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30828,7 +34441,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -30876,7 +34490,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -30923,7 +34538,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30953,7 +34569,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -30983,10 +34600,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -31024,7 +34643,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -31071,7 +34691,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31101,7 +34722,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31131,7 +34753,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31161,7 +34784,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -31209,7 +34833,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -31256,7 +34881,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31286,10 +34912,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -31327,7 +34955,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -31374,7 +35003,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31404,7 +35034,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31434,7 +35065,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31464,7 +35096,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -31512,7 +35145,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -31559,7 +35193,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31589,7 +35224,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31619,7 +35255,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31649,7 +35286,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31679,10 +35317,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -31860,7 +35500,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -31907,7 +35548,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31937,7 +35579,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31967,7 +35610,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -31997,7 +35641,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32027,7 +35672,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32057,7 +35703,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32087,7 +35734,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32117,7 +35765,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32147,7 +35796,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32177,7 +35827,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32207,7 +35858,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32237,7 +35889,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32267,7 +35920,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32297,7 +35951,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32327,7 +35982,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32357,7 +36013,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32387,7 +36044,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32417,7 +36075,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32447,7 +36106,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32477,7 +36137,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32507,10 +36168,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -32568,7 +36231,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -32615,7 +36279,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -32663,7 +36328,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -32710,7 +36376,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32740,7 +36407,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32770,7 +36438,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32800,7 +36469,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32830,7 +36500,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32860,7 +36531,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32890,7 +36562,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32920,7 +36593,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32950,7 +36624,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -32980,7 +36655,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33010,7 +36686,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33040,7 +36717,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33070,7 +36748,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33100,7 +36779,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33130,7 +36810,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33160,7 +36841,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33190,7 +36872,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33220,7 +36903,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33250,7 +36934,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33280,7 +36965,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33310,7 +36996,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33340,7 +37027,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -33429,7 +37117,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -33476,7 +37165,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -33524,7 +37214,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -33571,7 +37262,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -33619,7 +37311,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -33666,7 +37359,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33696,7 +37390,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33726,7 +37421,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33756,7 +37452,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33786,7 +37483,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33816,7 +37514,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33846,7 +37545,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33876,7 +37576,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33906,7 +37607,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33936,7 +37638,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33966,7 +37669,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -33996,7 +37700,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34026,7 +37731,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34056,7 +37762,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34086,7 +37793,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34116,7 +37824,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34146,7 +37855,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34176,7 +37886,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34206,7 +37917,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34236,7 +37948,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34266,7 +37979,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34296,7 +38010,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -34385,7 +38100,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -34432,7 +38148,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34462,7 +38179,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34492,10 +38210,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -34533,7 +38253,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -34580,7 +38301,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34610,10 +38332,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -34651,7 +38375,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -34698,7 +38423,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34728,7 +38454,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34758,7 +38485,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34788,7 +38516,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34818,7 +38547,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34848,7 +38578,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34878,7 +38609,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34908,7 +38640,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34938,7 +38671,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34968,7 +38702,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -34998,7 +38733,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35028,7 +38764,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35058,7 +38795,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35088,7 +38826,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35118,7 +38857,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35148,7 +38888,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35178,7 +38919,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35208,7 +38950,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35238,7 +38981,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35268,7 +39012,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35298,7 +39043,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35328,7 +39074,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -35417,7 +39164,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -35464,7 +39212,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35494,7 +39243,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35524,7 +39274,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35554,7 +39305,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35584,7 +39336,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35614,7 +39367,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35644,7 +39398,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35674,7 +39429,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -35722,7 +39478,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -35769,7 +39526,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35799,7 +39557,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35829,7 +39588,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35859,7 +39619,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35889,7 +39650,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35919,7 +39681,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35949,7 +39712,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -35979,7 +39743,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -36027,7 +39792,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -36074,7 +39840,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36104,7 +39871,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36134,7 +39902,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36164,7 +39933,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36194,7 +39964,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36224,7 +39995,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36254,7 +40026,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36284,7 +40057,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36314,7 +40088,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36344,7 +40119,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36374,7 +40150,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36404,7 +40181,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36434,7 +40212,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36464,7 +40243,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36494,7 +40274,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36524,7 +40305,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36554,7 +40336,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36584,7 +40367,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36614,7 +40398,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36644,7 +40429,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36674,7 +40460,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36704,7 +40491,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -36813,7 +40601,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -36860,7 +40649,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36890,7 +40680,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36920,7 +40711,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36950,7 +40742,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -36980,7 +40773,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37010,7 +40804,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37040,7 +40835,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37070,7 +40866,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37100,7 +40897,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37130,7 +40928,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37160,7 +40959,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37190,7 +40990,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37220,7 +41021,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37250,7 +41052,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37280,7 +41083,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37310,7 +41114,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37340,7 +41145,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37370,7 +41176,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37400,7 +41207,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37430,7 +41238,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37460,7 +41269,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37490,7 +41300,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -37579,7 +41390,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -37626,7 +41438,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37656,7 +41469,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37686,7 +41500,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37716,7 +41531,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37746,7 +41562,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37776,7 +41593,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37806,7 +41624,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37836,7 +41655,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37866,7 +41686,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37896,7 +41717,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37926,7 +41748,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37956,7 +41779,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -37986,7 +41810,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38016,7 +41841,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38046,7 +41872,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38076,7 +41903,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38106,7 +41934,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -38175,7 +42004,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -38222,7 +42052,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38252,7 +42083,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -38300,7 +42132,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -38347,7 +42180,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -38393,7 +42227,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -38440,7 +42275,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38470,7 +42306,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38500,7 +42337,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38530,7 +42368,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38560,7 +42399,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38590,7 +42430,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38620,7 +42461,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -38650,7 +42492,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -38957,7 +42800,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -39004,7 +42848,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39034,7 +42879,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39064,7 +42910,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39094,7 +42941,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -39142,7 +42990,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -39189,7 +43038,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39219,7 +43069,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39249,7 +43100,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39279,7 +43131,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39309,7 +43162,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39339,7 +43193,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39369,7 +43224,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -39417,7 +43273,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -39464,7 +43321,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39494,7 +43352,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -39540,7 +43399,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -39587,7 +43447,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39617,7 +43478,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39647,7 +43509,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39677,7 +43540,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39707,7 +43571,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -39776,7 +43641,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -39823,7 +43689,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39853,7 +43720,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39883,7 +43751,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39913,7 +43782,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -39943,7 +43813,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -40032,7 +43903,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -40079,7 +43951,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40109,7 +43982,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40139,7 +44013,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40169,7 +44044,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40199,10 +44075,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -40380,7 +44258,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -40427,7 +44306,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40457,7 +44337,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40487,7 +44368,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40517,10 +44399,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -40558,7 +44442,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -40605,7 +44490,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -40653,7 +44539,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -40700,7 +44587,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40730,7 +44618,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40760,7 +44649,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40790,7 +44680,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -40820,7 +44711,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -40889,7 +44781,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -40936,7 +44829,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -40984,7 +44878,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41031,7 +44926,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -41079,7 +44975,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41126,7 +45023,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41156,7 +45054,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41186,7 +45085,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41216,7 +45116,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41246,7 +45147,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -41315,7 +45217,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41362,7 +45265,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41392,7 +45296,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41422,10 +45327,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -41463,7 +45370,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41510,7 +45418,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41540,7 +45449,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41570,7 +45480,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41600,7 +45511,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41630,7 +45542,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -41699,7 +45612,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41746,7 +45660,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41776,10 +45691,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -41817,7 +45734,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -41864,7 +45782,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41894,7 +45813,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41924,7 +45844,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41954,7 +45875,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -41984,7 +45906,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -42053,7 +45976,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -42100,7 +46024,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42130,7 +46055,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42160,7 +46086,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42190,7 +46117,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42220,10 +46148,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -42401,7 +46331,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -42448,7 +46379,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42478,7 +46410,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42508,7 +46441,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42538,10 +46472,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [], "uniques": [], "checks": [], @@ -42558,7 +46494,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -42605,7 +46542,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -42653,7 +46591,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -42700,7 +46639,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42730,7 +46670,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42760,7 +46701,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42790,7 +46732,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -42820,7 +46763,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -42868,7 +46812,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -42915,7 +46860,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -42963,7 +46909,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43010,7 +46957,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -43058,7 +47006,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43105,7 +47054,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43135,7 +47085,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43165,7 +47116,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43195,7 +47147,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43225,7 +47178,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -43273,7 +47227,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43320,7 +47275,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43350,7 +47306,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43380,10 +47337,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -43421,7 +47380,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43468,7 +47428,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43498,7 +47459,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43528,7 +47490,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43558,7 +47521,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43588,7 +47552,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -43636,7 +47601,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43683,7 +47649,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43713,10 +47680,12 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], + "primaryKey": null, "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", @@ -43754,7 +47723,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -43801,7 +47771,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43831,7 +47802,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43861,7 +47833,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43891,7 +47864,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -43921,7 +47895,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -43969,7 +47944,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -44016,7 +47992,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true }, { "objectType": "TableField_MSSQL", @@ -44046,7 +48023,8 @@ "isExistingField": false, "identitySeed": 0, "identityIncrement": 0, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -44092,7 +48070,8 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true }, { "objectType": "Table_MSSQL", @@ -44139,7 +48118,8 @@ "isExistingField": false, "identitySeed": -2147483648, "identityIncrement": -2147483648, - "identityIsNotForReplication": false + "identityIsNotForReplication": false, + "is_exist": true } ], "indexes": [], @@ -44187,7 +48167,1650 @@ "partitionColumn": "", "filestreamPartitionScheme": "", "dataCompressions": [] - } + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "PruductCategory", + "comment": "دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_Category_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategory_Category_1", + "fields": [ + "CategoryId" + ], + "referencedSchema": "CMS", + "referencedTable": "Category", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategory_Products_1", + "fields": [ + "ProductId" + ], + "referencedSchema": "CMS", + "referencedTable": "Products", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + }, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "PruductCategoryService", + "comment": "سرویس های دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "PruductCategoryService", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 2398, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewPruductCategory", + "type": "CreateCommand", + "size": 0, + "isNullable": null, + "scale": 0, + "comment": "ایجاد دسته بندی جدید", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdatePruductCategory", + "type": "UpdateCommand", + "size": 0, + "isNullable": null, + "scale": 0, + "comment": "ویرایش دسته بندی", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "DeletePruductCategory", + "type": "DeleteCommand", + "size": 0, + "isNullable": null, + "scale": 0, + "comment": "حذف دسته بندی", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "GetPruductCategory", + "type": "GetOneQuery", + "size": 0, + "isNullable": null, + "scale": 0, + "comment": "واکشی یک دسته بندی", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllPruductCategoryByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": null, + "scale": 0, + "comment": "واکشی دسته بندی ها بر مبنای فیلتر", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_CreateNewPruductCategoryRequest_1", + "fields": [ + "CreateNewPruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewPruductCategoryRequest", + "referencedFields": [ + "ProductId" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_CreateNewPruductCategoryResponse_1", + "fields": [ + "CreateNewPruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewPruductCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_UpdatePruductCategoryRequest_1", + "fields": [ + "UpdatePruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdatePruductCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_DeletePruductCategoryRequest_1", + "fields": [ + "DeletePruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "DeletePruductCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_GetPruductCategoryRequest_1", + "fields": [ + "GetPruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetPruductCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_GetPruductCategoryResponse_1", + "fields": [ + "GetPruductCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetPruductCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterRequest_1", + "fields": [ + "GetAllPruductCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllPruductCategoryByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterResponse_1", + "fields": [ + "GetAllPruductCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllPruductCategoryByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + } + ], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewPruductCategoryRequest", + "comment": "ورودی ایجاد دسته بندی جدید", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewPruductCategoryRequest", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 4721, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": null, + "foreignKeys": [], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewPruductCategoryResponse", + "comment": "خروجی ایجاد دسته بندی جدید", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": null, + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 4777, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": null, + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "UpdatePruductCategoryRequest", + "comment": "ورودی ویرایش دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdatePruductCategoryRequest", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 2711, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": [], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "DeletePruductCategoryRequest", + "comment": "ورودی حذف دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": null, + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 3026, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": null, + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetPruductCategoryRequest", + "comment": "ورودی واکشی یک دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": null, + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 6639, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": null, + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetPruductCategoryResponse", + "comment": "خروجی واکشی یک دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetPruductCategoryResponse", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 5418, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": [], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllPruductCategoryByFilterRequest", + "comment": "ورودی واکشی دسته بندی بر مبنای فیلتر", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllPruductCategoryByFilterRequest", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 7257, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllPruductCategoryByFilterRequest_GetAllPruductCategoryByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllPruductCategoryByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + } + ], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllPruductCategoryByFilterFilter", + "comment": "فیلترهای دسته بندی", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllPruductCategoryByFilterFilter", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 2921, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": [], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllPruductCategoryByFilterResponse", + "comment": "خروجی واکشی دسته بندی بر مبنای فیلتر", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": null, + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 4636, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": null, + "defaultValue": null, + "defaultValueType": null, + "schema": null, + "userDefinedType": null, + "collate": null, + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": null, + "computedBaseType": null, + "isDefaultConstraint": false, + "defaultConstraint": null, + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": null, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllPruductCategoryByFilterResponse_GetAllPruductCategoryByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllPruductCategoryByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": null, + "onUpdate": null, + "isNotForReplication": false, + "isEnabled": false, + "comment": null, + "sourceCardinality": null, + "targetCardinality": null, + "oldName": null + } + ], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllPruductCategoryByFilterResponseModel", + "comment": "مدل خروجی دسته بندی بر مبنای فیلتر", + "owner": null, + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllPruductCategoryByFilterResponseModel", + "isSystemTable": false, + "createTime": null, + "modifyTime": null, + "objectID": 1012, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false, + "is_exist": true + } + ], + "indexes": null, + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": null, + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": null, + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": null + }, + "foreignKeys": [], + "uniques": null, + "checks": null, + "triggers": null, + "storage": null, + "is_exist": true } ], "views": [] @@ -44199,8 +49822,8 @@ "diagrams": [ { "name": "CMS", - "paperWidth": 6, - "paperHeight": 2, + "paperWidth": 5, + "paperHeight": 3, "tableFont": "Arial Unicode MS", "tableFontSize": 14, "isBalckWhite": false, @@ -44214,8 +49837,8 @@ "type": "table", "schemaName": "CMS", "tableName": "User", - "x": 20420, - "y": 4340, + "x": 20280, + "y": 4130, "width": 370, "height": 435, "isBold": false, @@ -44230,8 +49853,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddress", - "x": 21580, - "y": 4600, + "x": 21920, + "y": 4390, "width": 310, "height": 220, "isBold": false, @@ -44246,8 +49869,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Package", - "x": 21940, - "y": 3740, + "x": 21700, + "y": 2710, "width": 310, "height": 170, "isBold": false, @@ -44262,8 +49885,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrder", - "x": 21940, - "y": 3410, + "x": 21340, + "y": 2590, "width": 310, "height": 285, "isBold": false, @@ -44278,8 +49901,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Role", - "x": 19640, - "y": 4500, + "x": 19500, + "y": 4280, "width": 310, "height": 130, "isBold": false, @@ -44294,8 +49917,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRole", - "x": 20000, - "y": 4500, + "x": 19860, + "y": 4280, "width": 310, "height": 130, "isBold": false, @@ -44310,8 +49933,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserService", - "x": 6520, - "y": 4760, + "x": 7410, + "y": 11430, "width": 400, "height": 284, "isBold": false, @@ -44326,8 +49949,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRequest", - "x": 6740, - "y": 4110, + "x": 7630, + "y": 10790, "width": 400, "height": 270, "isBold": false, @@ -44342,8 +49965,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserResponse", - "x": 6380, - "y": 3960, + "x": 7270, + "y": 10630, "width": 400, "height": 106, "isBold": false, @@ -44358,8 +49981,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRequest", - "x": 6010, - "y": 4750, + "x": 6900, + "y": 11430, "width": 400, "height": 300, "isBold": false, @@ -44374,8 +49997,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRequest", - "x": 6520, - "y": 5090, + "x": 7270, + "y": 11780, "width": 400, "height": 106, "isBold": false, @@ -44390,8 +50013,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRequest", - "x": 10100, - "y": 4970, + "x": 7550, + "y": 11940, "width": 400, "height": 106, "isBold": false, @@ -44406,8 +50029,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserResponse", - "x": 10100, - "y": 4570, + "x": 10030, + "y": 11630, "width": 400, "height": 350, "isBold": false, @@ -44422,8 +50045,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterRequest", - "x": 9530, - "y": 4770, + "x": 10030, + "y": 11440, "width": 400, "height": 137, "isBold": false, @@ -44438,8 +50061,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterFilter", - "x": 10040, - "y": 4170, + "x": 10550, + "y": 11440, "width": 400, "height": 350, "isBold": false, @@ -44454,8 +50077,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponse", - "x": 9080, - "y": 4600, + "x": 9970, + "y": 11270, "width": 400, "height": 118, "isBold": false, @@ -44470,8 +50093,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponseModel", - "x": 9530, - "y": 4370, + "x": 10420, + "y": 11040, "width": 400, "height": 350, "isBold": false, @@ -44486,8 +50109,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddressService", - "x": 9160, - "y": 3860, + "x": 10060, + "y": 10530, "width": 400, "height": 200, "isBold": false, @@ -44502,8 +50125,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressRequest", - "x": 7250, - "y": 4140, + "x": 8140, + "y": 10820, "width": 400, "height": 213, "isBold": false, @@ -44518,8 +50141,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressResponse", - "x": 7500, - "y": 3990, + "x": 8400, + "y": 10650, "width": 400, "height": 106, "isBold": false, @@ -44534,8 +50157,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserAddressRequest", - "x": 9160, - "y": 4110, + "x": 10060, + "y": 10780, "width": 400, "height": 213, "isBold": false, @@ -44550,8 +50173,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserAddressRequest", - "x": 9670, - "y": 3910, + "x": 10580, + "y": 10570, "width": 400, "height": 106, "isBold": false, @@ -44566,8 +50189,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressRequest", - "x": 9160, - "y": 3700, + "x": 10060, + "y": 10370, "width": 400, "height": 106, "isBold": false, @@ -44582,8 +50205,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressResponse", - "x": 8650, - "y": 3640, + "x": 9550, + "y": 10310, "width": 400, "height": 213, "isBold": false, @@ -44598,8 +50221,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterRequest", - "x": 8080, - "y": 3410, + "x": 8980, + "y": 10070, "width": 400, "height": 137, "isBold": false, @@ -44614,8 +50237,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterFilter", - "x": 7630, - "y": 3320, + "x": 8520, + "y": 9980, "width": 400, "height": 213, "isBold": false, @@ -44630,8 +50253,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponse", - "x": 8080, - "y": 3670, + "x": 8980, + "y": 10340, "width": 400, "height": 118, "isBold": false, @@ -44646,8 +50269,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponseModel", - "x": 7630, - "y": 3580, + "x": 8520, + "y": 10250, "width": 400, "height": 213, "isBold": false, @@ -44662,8 +50285,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PackageService", - "x": 6110, - "y": 2070, + "x": 7690, + "y": 8820, "width": 400, "height": 175, "isBold": false, @@ -44678,8 +50301,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageRequest", - "x": 6150, - "y": 3730, + "x": 7730, + "y": 10490, "width": 400, "height": 175, "isBold": false, @@ -44694,8 +50317,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageResponse", - "x": 6400, - "y": 3570, + "x": 7980, + "y": 10330, "width": 400, "height": 106, "isBold": false, @@ -44710,8 +50333,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdatePackageRequest", - "x": 6560, - "y": 2070, + "x": 8140, + "y": 8820, "width": 400, "height": 175, "isBold": false, @@ -44726,8 +50349,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeletePackageRequest", - "x": 6110, - "y": 1850, + "x": 7690, + "y": 8600, "width": 400, "height": 106, "isBold": false, @@ -44742,8 +50365,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageRequest", - "x": 5660, - "y": 2110, + "x": 7240, + "y": 8850, "width": 400, "height": 106, "isBold": false, @@ -44758,8 +50381,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageResponse", - "x": 5780, - "y": 2360, + "x": 7360, + "y": 9110, "width": 400, "height": 175, "isBold": false, @@ -44774,8 +50397,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterRequest", - "x": 5860, - "y": 2640, + "x": 7440, + "y": 9390, "width": 400, "height": 137, "isBold": false, @@ -44790,8 +50413,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterFilter", - "x": 5860, - "y": 2830, + "x": 7440, + "y": 9580, "width": 400, "height": 175, "isBold": false, @@ -44806,8 +50429,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponse", - "x": 5930, - "y": 3120, + "x": 7520, + "y": 9870, "width": 400, "height": 118, "isBold": false, @@ -44822,8 +50445,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponseModel", - "x": 5930, - "y": 3290, + "x": 7520, + "y": 10040, "width": 400, "height": 175, "isBold": false, @@ -44838,8 +50461,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrderService", - "x": 4340, - "y": 4510, + "x": 5230, + "y": 11700, "width": 400, "height": 175, "isBold": false, @@ -44854,8 +50477,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderRequest", - "x": 5750, - "y": 3950, + "x": 6640, + "y": 11150, "width": 400, "height": 220, "isBold": false, @@ -44870,8 +50493,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderResponse", - "x": 4560, - "y": 3900, + "x": 5450, + "y": 11100, "width": 400, "height": 106, "isBold": false, @@ -44886,8 +50509,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserOrderRequest", - "x": 4200, - "y": 3620, + "x": 5090, + "y": 10820, "width": 400, "height": 230, "isBold": false, @@ -44902,8 +50525,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserOrderRequest", - "x": 3830, - "y": 4540, + "x": 4710, + "y": 11740, "width": 400, "height": 106, "isBold": false, @@ -44918,8 +50541,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderRequest", - "x": 4340, - "y": 4730, + "x": 5230, + "y": 11930, "width": 400, "height": 106, "isBold": false, @@ -44934,8 +50557,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderResponse", - "x": 4910, - "y": 4600, + "x": 5800, + "y": 11800, "width": 400, "height": 240, "isBold": false, @@ -44950,8 +50573,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterRequest", - "x": 4910, - "y": 4410, + "x": 5800, + "y": 11610, "width": 400, "height": 137, "isBold": false, @@ -44966,8 +50589,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterFilter", - "x": 5420, - "y": 4410, + "x": 6310, + "y": 11610, "width": 400, "height": 240, "isBold": false, @@ -44982,8 +50605,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponse", - "x": 4850, - "y": 4240, + "x": 5740, + "y": 11440, "width": 400, "height": 118, "isBold": false, @@ -44998,8 +50621,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponseModel", - "x": 5300, - "y": 4120, + "x": 6190, + "y": 11320, "width": 400, "height": 240, "isBold": false, @@ -45014,8 +50637,8 @@ "type": "table", "schemaName": "CMS", "tableName": "RoleService", - "x": 5590, - "y": 6600, + "x": 6480, + "y": 13440, "width": 400, "height": 175, "isBold": false, @@ -45030,8 +50653,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleRequest", - "x": 5750, - "y": 5190, + "x": 6640, + "y": 12030, "width": 400, "height": 137, "isBold": false, @@ -45046,8 +50669,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleResponse", - "x": 5300, - "y": 5280, + "x": 6190, + "y": 12120, "width": 400, "height": 106, "isBold": false, @@ -45062,8 +50685,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateRoleRequest", - "x": 5140, - "y": 6620, + "x": 6030, + "y": 13460, "width": 400, "height": 137, "isBold": false, @@ -45078,8 +50701,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteRoleRequest", - "x": 5590, - "y": 6830, + "x": 6480, + "y": 13670, "width": 400, "height": 106, "isBold": false, @@ -45094,8 +50717,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleRequest", - "x": 6040, - "y": 6630, + "x": 6930, + "y": 13480, "width": 400, "height": 106, "isBold": false, @@ -45110,8 +50733,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleResponse", - "x": 5920, - "y": 6350, + "x": 6810, + "y": 13190, "width": 400, "height": 137, "isBold": false, @@ -45126,8 +50749,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterRequest", - "x": 5850, - "y": 6100, + "x": 6740, + "y": 12940, "width": 400, "height": 137, "isBold": false, @@ -45142,8 +50765,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterFilter", - "x": 5850, - "y": 5910, + "x": 6740, + "y": 12760, "width": 400, "height": 137, "isBold": false, @@ -45158,8 +50781,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponse", - "x": 5770, - "y": 5680, + "x": 6650, + "y": 12530, "width": 400, "height": 118, "isBold": false, @@ -45174,8 +50797,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponseModel", - "x": 5770, - "y": 5500, + "x": 6650, + "y": 12340, "width": 400, "height": 137, "isBold": false, @@ -45190,8 +50813,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRoleService", - "x": 12150, - "y": 5080, + "x": 12630, + "y": 11930, "width": 400, "height": 175, "isBold": false, @@ -45206,8 +50829,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleRequest", - "x": 10490, - "y": 5190, + "x": 10930, + "y": 12030, "width": 400, "height": 137, "isBold": false, @@ -45222,8 +50845,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleResponse", - "x": 11000, - "y": 5180, + "x": 11480, + "y": 12030, "width": 400, "height": 106, "isBold": false, @@ -45238,8 +50861,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRoleRequest", - "x": 12150, - "y": 5310, + "x": 12630, + "y": 12150, "width": 400, "height": 137, "isBold": false, @@ -45254,8 +50877,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRoleRequest", - "x": 12660, - "y": 5120, + "x": 13140, + "y": 11960, "width": 400, "height": 106, "isBold": false, @@ -45270,8 +50893,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleRequest", - "x": 12150, - "y": 4920, + "x": 12630, + "y": 11770, "width": 400, "height": 106, "isBold": false, @@ -45286,8 +50909,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleResponse", - "x": 11640, - "y": 4940, + "x": 12110, + "y": 11780, "width": 400, "height": 137, "isBold": false, @@ -45302,8 +50925,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterRequest", - "x": 11060, - "y": 4760, + "x": 11540, + "y": 11600, "width": 400, "height": 137, "isBold": false, @@ -45318,8 +50941,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterFilter", - "x": 10610, - "y": 4750, + "x": 11090, + "y": 11590, "width": 400, "height": 137, "isBold": false, @@ -45334,8 +50957,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponse", - "x": 11060, - "y": 4950, + "x": 11540, + "y": 11800, "width": 400, "height": 118, "isBold": false, @@ -45350,8 +50973,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponseModel", - "x": 10610, - "y": 4940, + "x": 11090, + "y": 11780, "width": 400, "height": 137, "isBold": false, @@ -45366,8 +50989,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpToken", - "x": 20680, - "y": 2500, + "x": 20540, + "y": 1880, "width": 310, "height": 258, "isBold": false, @@ -45382,8 +51005,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpTokenService", - "x": 3850, - "y": 1240, + "x": 4860, + "y": 7980, "width": 400, "height": 150, "isBold": false, @@ -45398,8 +51021,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenRequest", - "x": 3830, - "y": 1730, + "x": 4850, + "y": 8470, "width": 400, "height": 154, "isBold": false, @@ -45414,8 +51037,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenResponse", - "x": 4080, - "y": 1440, + "x": 5100, + "y": 8240, "width": 400, "height": 180, "isBold": false, @@ -45430,8 +51053,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterRequest", - "x": 4300, - "y": 1250, + "x": 5320, + "y": 7990, "width": 400, "height": 137, "isBold": false, @@ -45446,8 +51069,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterFilter", - "x": 4750, - "y": 1210, + "x": 5770, + "y": 7950, "width": 400, "height": 213, "isBold": false, @@ -45462,8 +51085,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponse", - "x": 3850, - "y": 1070, + "x": 4860, + "y": 7810, "width": 400, "height": 118, "isBold": false, @@ -45478,8 +51101,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponseModel", - "x": 3850, - "y": 810, + "x": 4860, + "y": 7550, "width": 400, "height": 213, "isBold": false, @@ -45494,8 +51117,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenRequest", - "x": 3390, - "y": 1240, + "x": 4410, + "y": 7980, "width": 400, "height": 160, "isBold": false, @@ -45510,8 +51133,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenResponse", - "x": 3570, - "y": 1500, + "x": 4590, + "y": 8190, "width": 400, "height": 180, "isBold": false, @@ -45526,8 +51149,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenRequest", - "x": 8560, - "y": 4720, + "x": 9460, + "y": 11410, "width": 400, "height": 106, "isBold": false, @@ -45542,8 +51165,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenResponse", - "x": 8050, - "y": 4690, + "x": 8950, + "y": 11380, "width": 400, "height": 106, "isBold": false, @@ -45558,8 +51181,8 @@ "type": "table", "schemaName": "CMS", "tableName": "SetAddressAsDefaultRequest", - "x": 8020, - "y": 3850, + "x": 8910, + "y": 10510, "width": 400, "height": 106, "isBold": false, @@ -45574,8 +51197,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWallet", - "x": 20450, - "y": 4820, + "x": 20310, + "y": 4610, "width": 310, "height": 220, "isBold": false, @@ -45590,8 +51213,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletChangeLog", - "x": 20450, - "y": 5090, + "x": 20310, + "y": 4880, "width": 310, "height": 220, "isBold": false, @@ -45606,8 +51229,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Transactions", - "x": 22300, - "y": 3260, + "x": 22060, + "y": 2250, "width": 310, "height": 574, "isBold": false, @@ -45622,8 +51245,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserCarts", - "x": 20740, - "y": 3560, + "x": 20610, + "y": 3340, "width": 310, "height": 220, "isBold": false, @@ -45638,8 +51261,8 @@ "type": "table", "schemaName": "CMS", "tableName": "FactorDetails", - "x": 21460, - "y": 3490, + "x": 21150, + "y": 2930, "width": 310, "height": 290, "isBold": false, @@ -45654,8 +51277,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Products", - "x": 21100, - "y": 3490, + "x": 20970, + "y": 3270, "width": 310, "height": 358, "isBold": false, @@ -45670,8 +51293,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductImages", - "x": 21100, - "y": 4300, + "x": 20970, + "y": 4080, "width": 310, "height": 358, "isBold": false, @@ -45686,8 +51309,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductGallerys", - "x": 21100, - "y": 3890, + "x": 20970, + "y": 3680, "width": 310, "height": 358, "isBold": false, @@ -45702,8 +51325,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PaymentStatus", - "x": 22120, - "y": 2300, + "x": 21420, + "y": 850, "width": 310, "height": 170, "isBold": false, @@ -45718,8 +51341,8 @@ "type": "table", "schemaName": "CMS", "tableName": "TransactionType", - "x": 22600, - "y": 5330, + "x": 22220, + "y": 5120, "width": 310, "height": 170, "isBold": false, @@ -45734,8 +51357,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletService", - "x": 1840, - "y": 7110, + "x": 3040, + "y": 9090, "width": 400, "height": 175, "isBold": false, @@ -45750,8 +51373,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletRequest", - "x": 3710, - "y": 6700, + "x": 4460, + "y": 8680, "width": 400, "height": 137, "isBold": false, @@ -45766,8 +51389,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletResponse", - "x": 2060, - "y": 6610, + "x": 3260, + "y": 8580, "width": 400, "height": 106, "isBold": false, @@ -45782,8 +51405,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserWalletRequest", - "x": 1710, - "y": 6420, + "x": 2900, + "y": 8400, "width": 400, "height": 137, "isBold": false, @@ -45798,8 +51421,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserWalletRequest", - "x": 1330, - "y": 7150, + "x": 2530, + "y": 9120, "width": 400, "height": 106, "isBold": false, @@ -45814,8 +51437,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletRequest", - "x": 1840, - "y": 7340, + "x": 3040, + "y": 9310, "width": 400, "height": 106, "isBold": false, @@ -45830,8 +51453,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletResponse", - "x": 2420, - "y": 7210, + "x": 3610, + "y": 9180, "width": 400, "height": 137, "isBold": false, @@ -45846,8 +51469,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterRequest", - "x": 2420, - "y": 7020, + "x": 3610, + "y": 8990, "width": 400, "height": 137, "isBold": false, @@ -45862,8 +51485,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterFilter", - "x": 2930, - "y": 7020, + "x": 4130, + "y": 8990, "width": 400, "height": 137, "isBold": false, @@ -45878,8 +51501,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterResponse", - "x": 2360, - "y": 6840, + "x": 3550, + "y": 8820, "width": 400, "height": 118, "isBold": false, @@ -45894,8 +51517,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterResponseModel", - "x": 2810, - "y": 6830, + "x": 4000, + "y": 8800, "width": 400, "height": 137, "isBold": false, @@ -45910,8 +51533,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletChangeLogService", - "x": 3540, - "y": 8540, + "x": 4290, + "y": 15380, "width": 400, "height": 175, "isBold": false, @@ -45926,8 +51549,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletChangeLogRequest", - "x": 3710, - "y": 6890, + "x": 4460, + "y": 13740, "width": 400, "height": 194, "isBold": false, @@ -45942,8 +51565,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletChangeLogResponse", - "x": 3260, - "y": 6860, + "x": 4000, + "y": 13890, "width": 400, "height": 106, "isBold": false, @@ -45958,8 +51581,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserWalletChangeLogRequest", - "x": 3090, - "y": 8520, + "x": 3840, + "y": 15370, "width": 400, "height": 194, "isBold": false, @@ -45974,8 +51597,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserWalletChangeLogRequest", - "x": 3540, - "y": 8760, + "x": 4290, + "y": 15610, "width": 400, "height": 106, "isBold": false, @@ -45990,8 +51613,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletChangeLogRequest", - "x": 4000, - "y": 8570, + "x": 4750, + "y": 15410, "width": 400, "height": 106, "isBold": false, @@ -46006,8 +51629,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletChangeLogResponse", - "x": 3880, - "y": 8230, + "x": 4630, + "y": 15070, "width": 400, "height": 194, "isBold": false, @@ -46022,8 +51645,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterRequest", - "x": 3800, - "y": 7980, + "x": 4550, + "y": 14830, "width": 400, "height": 137, "isBold": false, @@ -46038,8 +51661,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterFilter", - "x": 3800, - "y": 7730, + "x": 4550, + "y": 14580, "width": 400, "height": 194, "isBold": false, @@ -46054,8 +51677,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterResponse", - "x": 3730, - "y": 7500, + "x": 4480, + "y": 14350, "width": 400, "height": 118, "isBold": false, @@ -46070,8 +51693,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterResponseModel", - "x": 3730, - "y": 7260, + "x": 4480, + "y": 14100, "width": 400, "height": 194, "isBold": false, @@ -46086,8 +51709,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserCartsService", - "x": 14710, - "y": 6810, + "x": 15190, + "y": 13650, "width": 400, "height": 175, "isBold": false, @@ -46102,8 +51725,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserCartsRequest", - "x": 13020, - "y": 6910, + "x": 13500, + "y": 13760, "width": 400, "height": 156, "isBold": false, @@ -46118,8 +51741,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserCartsResponse", - "x": 13560, - "y": 6910, + "x": 14040, + "y": 13760, "width": 400, "height": 106, "isBold": false, @@ -46134,8 +51757,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserCartsRequest", - "x": 14710, - "y": 7030, + "x": 15190, + "y": 13880, "width": 400, "height": 156, "isBold": false, @@ -46150,8 +51773,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserCartsRequest", - "x": 15220, - "y": 6840, + "x": 15710, + "y": 13690, "width": 400, "height": 106, "isBold": false, @@ -46166,8 +51789,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserCartsRequest", - "x": 14710, - "y": 6650, + "x": 15190, + "y": 13500, "width": 400, "height": 106, "isBold": false, @@ -46182,8 +51805,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserCartsResponse", - "x": 14190, - "y": 6650, + "x": 14680, + "y": 13490, "width": 400, "height": 156, "isBold": false, @@ -46198,8 +51821,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterRequest", - "x": 13620, - "y": 6470, + "x": 14110, + "y": 13310, "width": 400, "height": 137, "isBold": false, @@ -46214,8 +51837,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterFilter", - "x": 13170, - "y": 6440, + "x": 13650, + "y": 13280, "width": 400, "height": 156, "isBold": false, @@ -46230,8 +51853,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterResponse", - "x": 13620, - "y": 6680, + "x": 14110, + "y": 13520, "width": 400, "height": 118, "isBold": false, @@ -46246,8 +51869,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterResponseModel", - "x": 13170, - "y": 6650, + "x": 13650, + "y": 13490, "width": 400, "height": 156, "isBold": false, @@ -46262,8 +51885,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductGallerysService", - "x": 640, - "y": 190, + "x": 5280, + "y": 5870, "width": 400, "height": 175, "isBold": false, @@ -46278,8 +51901,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductGallerysRequest", - "x": 1330, - "y": 690, + "x": 5320, + "y": 7420, "width": 400, "height": 137, "isBold": false, @@ -46294,8 +51917,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductGallerysResponse", - "x": 970, - "y": 470, + "x": 5570, + "y": 7270, "width": 400, "height": 106, "isBold": false, @@ -46310,8 +51933,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductGallerysRequest", - "x": 1090, - "y": 210, + "x": 5730, + "y": 5890, "width": 400, "height": 137, "isBold": false, @@ -46326,8 +51949,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductGallerysRequest", - "x": 640, - "y": 30, + "x": 5280, + "y": 5650, "width": 400, "height": 106, "isBold": false, @@ -46342,8 +51965,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductGallerysRequest", - "x": 190, - "y": 220, + "x": 4830, + "y": 5910, "width": 400, "height": 106, "isBold": false, @@ -46358,8 +51981,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductGallerysResponse", - "x": 490, - "y": 1550, + "x": 4950, + "y": 6160, "width": 400, "height": 137, "isBold": false, @@ -46374,8 +51997,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterRequest", - "x": 740, - "y": 1170, + "x": 5030, + "y": 6410, "width": 400, "height": 137, "isBold": false, @@ -46390,8 +52013,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterFilter", - "x": 740, - "y": 1360, + "x": 5030, + "y": 6600, "width": 400, "height": 137, "isBold": false, @@ -46406,8 +52029,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterResponse", - "x": 820, - "y": 750, + "x": 5110, + "y": 6850, "width": 400, "height": 118, "isBold": false, @@ -46422,8 +52045,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterResponseModel", - "x": 820, - "y": 920, + "x": 5110, + "y": 7020, "width": 400, "height": 137, "isBold": false, @@ -46438,8 +52061,8 @@ "type": "table", "schemaName": "CMS", "tableName": "FactorDetailsService", - "x": 540, - "y": 9620, + "x": 1790, + "y": 16470, "width": 400, "height": 175, "isBold": false, @@ -46454,8 +52077,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewFactorDetailsRequest", - "x": 1210, - "y": 8580, + "x": 2400, + "y": 15420, "width": 400, "height": 232, "isBold": false, @@ -46470,8 +52093,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewFactorDetailsResponse", - "x": 760, - "y": 8530, + "x": 2010, + "y": 15260, "width": 400, "height": 106, "isBold": false, @@ -46486,8 +52109,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateFactorDetailsRequest", - "x": 410, - "y": 8250, + "x": 1650, + "y": 14980, "width": 400, "height": 232, "isBold": false, @@ -46502,8 +52125,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteFactorDetailsRequest", - "x": 30, - "y": 9650, + "x": 1280, + "y": 16500, "width": 400, "height": 106, "isBold": false, @@ -46518,8 +52141,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetFactorDetailsRequest", - "x": 540, - "y": 9850, + "x": 1790, + "y": 16700, "width": 400, "height": 106, "isBold": false, @@ -46534,8 +52157,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetFactorDetailsResponse", - "x": 1110, - "y": 9710, + "x": 2360, + "y": 16560, "width": 400, "height": 232, "isBold": false, @@ -46550,8 +52173,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterRequest", - "x": 1110, - "y": 9520, + "x": 2360, + "y": 16370, "width": 400, "height": 137, "isBold": false, @@ -46566,8 +52189,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterFilter", - "x": 1630, - "y": 9520, + "x": 2880, + "y": 16370, "width": 400, "height": 232, "isBold": false, @@ -46582,8 +52205,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterResponse", - "x": 1050, - "y": 9350, + "x": 2300, + "y": 16200, "width": 400, "height": 118, "isBold": false, @@ -46598,8 +52221,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterResponseModel", - "x": 1510, - "y": 9240, + "x": 2750, + "y": 16080, "width": 400, "height": 232, "isBold": false, @@ -46614,8 +52237,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductsService", - "x": 2030, - "y": 10970, + "x": 3500, + "y": 17830, "width": 400, "height": 175, "isBold": false, @@ -46630,8 +52253,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductsRequest", - "x": 1210, - "y": 8860, + "x": 2400, + "y": 15710, "width": 400, "height": 327, "isBold": false, @@ -46646,8 +52269,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductsResponse", - "x": 1740, - "y": 9080, + "x": 3210, + "y": 15930, "width": 400, "height": 106, "isBold": false, @@ -46662,8 +52285,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductsRequest", - "x": 1580, - "y": 10900, + "x": 3040, + "y": 17750, "width": 400, "height": 327, "isBold": false, @@ -46678,8 +52301,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductsRequest", - "x": 2030, - "y": 11200, + "x": 3500, + "y": 18060, "width": 400, "height": 106, "isBold": false, @@ -46694,8 +52317,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductsRequest", - "x": 2480, - "y": 11010, + "x": 3950, + "y": 17860, "width": 400, "height": 106, "isBold": false, @@ -46710,8 +52333,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductsResponse", - "x": 2360, - "y": 10540, + "x": 3820, + "y": 17390, "width": 400, "height": 327, "isBold": false, @@ -46726,8 +52349,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterRequest", - "x": 2290, - "y": 10290, + "x": 3750, + "y": 17140, "width": 400, "height": 137, "isBold": false, @@ -46742,8 +52365,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterFilter", - "x": 2290, - "y": 9910, + "x": 3750, + "y": 16760, "width": 400, "height": 327, "isBold": false, @@ -46758,8 +52381,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterResponse", - "x": 2210, - "y": 9680, + "x": 3670, + "y": 16530, "width": 400, "height": 118, "isBold": false, @@ -46774,8 +52397,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterResponseModel", - "x": 2210, - "y": 9300, + "x": 3670, + "y": 16150, "width": 400, "height": 327, "isBold": false, @@ -46790,8 +52413,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductImagesService", - "x": 24070, - "y": 6120, + "x": 23400, + "y": 5910, "width": 400, "height": 175, "isBold": false, @@ -46806,8 +52429,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductImagesRequest", - "x": 15580, - "y": 8850, + "x": 16060, + "y": 15690, "width": 400, "height": 156, "isBold": false, @@ -46822,8 +52445,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductImagesResponse", - "x": 22930, - "y": 6220, + "x": 22260, + "y": 6020, "width": 400, "height": 106, "isBold": false, @@ -46838,8 +52461,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductImagesRequest", - "x": 24070, - "y": 6350, + "x": 23400, + "y": 6140, "width": 400, "height": 156, "isBold": false, @@ -46854,8 +52477,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductImagesRequest", - "x": 24580, - "y": 6160, + "x": 23920, + "y": 5950, "width": 400, "height": 106, "isBold": false, @@ -46870,8 +52493,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductImagesRequest", - "x": 24070, - "y": 5970, + "x": 23400, + "y": 5760, "width": 400, "height": 106, "isBold": false, @@ -46886,8 +52509,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductImagesResponse", - "x": 23560, - "y": 5960, + "x": 22890, + "y": 5750, "width": 400, "height": 156, "isBold": false, @@ -46902,8 +52525,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterRequest", - "x": 22990, - "y": 1480, + "x": 22380, + "y": 70, "width": 400, "height": 137, "isBold": false, @@ -46918,8 +52541,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterFilter", - "x": 22530, - "y": 1450, + "x": 21930, + "y": 50, "width": 400, "height": 156, "isBold": false, @@ -46934,8 +52557,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterResponse", - "x": 22990, - "y": 1690, + "x": 22320, + "y": 290, "width": 400, "height": 118, "isBold": false, @@ -46950,8 +52573,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterResponseModel", - "x": 22530, - "y": 1660, + "x": 21870, + "y": 250, "width": 400, "height": 156, "isBold": false, @@ -46966,8 +52589,8 @@ "type": "table", "schemaName": "CMS", "tableName": "TransactionsService", - "x": 15480, - "y": 5530, + "x": 15960, + "y": 5320, "width": 400, "height": 175, "isBold": false, @@ -46982,8 +52605,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewTransactionsRequest", - "x": 16500, - "y": 2380, + "x": 16990, + "y": 4640, "width": 400, "height": 498, "isBold": false, @@ -46998,8 +52621,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewTransactionsResponse", - "x": 15480, - "y": 5750, + "x": 15960, + "y": 5540, "width": 400, "height": 106, "isBold": false, @@ -47014,8 +52637,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateTransactionsRequest", - "x": 22550, - "y": 5610, + "x": 22180, + "y": 5400, "width": 400, "height": 498, "isBold": false, @@ -47030,8 +52653,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteTransactionsRequest", - "x": 15340, - "y": 1450, + "x": 15820, + "y": 50, "width": 400, "height": 106, "isBold": false, @@ -47046,8 +52669,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetTransactionsRequest", - "x": 14960, - "y": 5560, + "x": 15450, + "y": 5350, "width": 400, "height": 106, "isBold": false, @@ -47062,8 +52685,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetTransactionsResponse", - "x": 15990, - "y": 2260, + "x": 16480, + "y": 860, "width": 400, "height": 498, "isBold": false, @@ -47078,8 +52701,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterRequest", - "x": 15790, - "y": 1870, + "x": 16280, + "y": 470, "width": 400, "height": 137, "isBold": false, @@ -47094,8 +52717,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterFilter", - "x": 16240, - "y": 1670, + "x": 16740, + "y": 270, "width": 400, "height": 543, "isBold": false, @@ -47110,8 +52733,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterResponse", - "x": 16700, - "y": 1550, + "x": 20920, + "y": 150, "width": 400, "height": 118, "isBold": false, @@ -47126,8 +52749,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterResponseModel", - "x": 22080, - "y": 1440, + "x": 21370, + "y": 30, "width": 400, "height": 498, "isBold": false, @@ -47142,8 +52765,8 @@ "type": "table", "schemaName": "CMS", "tableName": "AdminGetJwtTokenRequest", - "x": 7540, - "y": 4650, + "x": 8430, + "y": 11330, "width": 400, "height": 128, "isBold": false, @@ -47158,8 +52781,8 @@ "type": "table", "schemaName": "CMS", "tableName": "AdminGetJwtTokenResponse", - "x": 7030, - "y": 4640, + "x": 7920, + "y": 11320, "width": 400, "height": 106, "isBold": false, @@ -47174,8 +52797,8 @@ "type": "table", "schemaName": "CMS", "tableName": "SetPasswordForUserRequest", - "x": 6840, - "y": 4430, + "x": 7730, + "y": 11110, "width": 400, "height": 155, "isBold": false, @@ -47190,8 +52813,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Contract", - "x": 20330, - "y": 2810, + "x": 20190, + "y": 2190, "width": 310, "height": 258, "isBold": false, @@ -47206,8 +52829,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserContract", - "x": 20330, - "y": 3120, + "x": 20190, + "y": 2500, "width": 310, "height": 258, "isBold": false, @@ -47222,8 +52845,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ContractService", - "x": 18230, - "y": 3080, + "x": 18020, + "y": 1800, "width": 400, "height": 175, "isBold": false, @@ -47238,8 +52861,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewContractRequest", - "x": 18610, - "y": 2670, + "x": 18530, + "y": 1480, "width": 400, "height": 175, "isBold": false, @@ -47254,8 +52877,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewContractResponse", - "x": 18090, - "y": 2620, + "x": 18240, + "y": 1320, "width": 400, "height": 106, "isBold": false, @@ -47270,8 +52893,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateContractRequest", - "x": 16950, - "y": 2500, + "x": 17250, + "y": 1040, "width": 400, "height": 175, "isBold": false, @@ -47286,8 +52909,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteContractRequest", - "x": 17720, - "y": 3000, + "x": 17880, + "y": 1160, "width": 400, "height": 106, "isBold": false, @@ -47302,8 +52925,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetContractRequest", - "x": 17210, - "y": 3060, + "x": 17510, + "y": 1770, "width": 400, "height": 106, "isBold": false, @@ -47318,8 +52941,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetContractResponse", - "x": 18230, - "y": 3310, + "x": 18020, + "y": 2030, "width": 400, "height": 175, "isBold": false, @@ -47334,8 +52957,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterRequest", - "x": 18550, - "y": 2890, + "x": 18530, + "y": 1710, "width": 400, "height": 137, "isBold": false, @@ -47350,8 +52973,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterFilter", - "x": 19070, - "y": 2800, + "x": 18980, + "y": 1660, "width": 400, "height": 175, "isBold": false, @@ -47366,8 +52989,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterResponse", - "x": 18680, - "y": 3080, + "x": 18470, + "y": 1900, "width": 400, "height": 118, "isBold": false, @@ -47382,8 +53005,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterResponseModel", - "x": 19130, - "y": 3030, + "x": 18980, + "y": 1890, "width": 400, "height": 175, "isBold": false, @@ -47398,8 +53021,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserContractService", - "x": 14190, - "y": 6270, + "x": 540, + "y": 19090, "width": 400, "height": 175, "isBold": false, @@ -47414,8 +53037,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserContractRequest", - "x": 15020, - "y": 5720, + "x": 1160, + "y": 18270, "width": 400, "height": 175, "isBold": false, @@ -47430,8 +53053,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserContractResponse", - "x": 14420, - "y": 5640, + "x": 760, + "y": 18110, "width": 400, "height": 106, "isBold": false, @@ -47446,8 +53069,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserContractRequest", - "x": 14060, - "y": 5420, + "x": 410, + "y": 17880, "width": 400, "height": 175, "isBold": false, @@ -47462,8 +53085,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserContractRequest", - "x": 13680, - "y": 6300, + "x": 30, + "y": 19130, "width": 400, "height": 106, "isBold": false, @@ -47478,8 +53101,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserContractRequest", - "x": 14190, - "y": 6490, + "x": 540, + "y": 19320, "width": 400, "height": 106, "isBold": false, @@ -47494,8 +53117,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserContractResponse", - "x": 14770, - "y": 6360, + "x": 1120, + "y": 19180, "width": 400, "height": 175, "isBold": false, @@ -47510,8 +53133,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserContractByFilterRequest", - "x": 14770, - "y": 6170, + "x": 1120, + "y": 18990, "width": 400, "height": 137, "isBold": false, @@ -47526,8 +53149,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserContractByFilterFilter", - "x": 15220, - "y": 6170, + "x": 1570, + "y": 19000, "width": 400, "height": 175, "isBold": false, @@ -47542,8 +53165,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserContractByFilterResponse", - "x": 14710, - "y": 6000, + "x": 1060, + "y": 18820, "width": 400, "height": 118, "isBold": false, @@ -47558,8 +53181,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserContractByFilterResponseModel", - "x": 15160, - "y": 5940, + "x": 1510, + "y": 18770, "width": 400, "height": 175, "isBold": false, @@ -47574,8 +53197,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ContractType", - "x": 20350, - "y": 2630, + "x": 20210, + "y": 2010, "width": 278, "height": 124, "isBold": false, @@ -47585,15 +53208,399 @@ "b": 255, "a": 1 } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "Category", + "x": 21750, + "y": 3310, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CategoryService", + "x": 4200, + "y": 19020, + "width": 431, + "height": 200, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryRequest", + "x": 1180, + "y": 18490, + "width": 356, + "height": 220, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryResponse", + "x": 3980, + "y": 18710, + "width": 300, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterFilter", + "x": 3450, + "y": 19020, + "width": 349, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterRequest", + "x": 3850, + "y": 19020, + "width": 303, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponseModel", + "x": 4230, + "y": 19590, + "width": 381, + "height": 263, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponse", + "x": 4260, + "y": 19330, + "width": 325, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryRequest", + "x": 4680, + "y": 19020, + "width": 286, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryResponse", + "x": 4520, + "y": 17940, + "width": 320, + "height": 276, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateCategoryRequest", + "x": 3950, + "y": 18020, + "width": 519, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteCategoryRequest", + "x": 4130, + "y": 18330, + "width": 311, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductCategory", + "x": 21330, + "y": 3310, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductCategoryService", + "x": 200, + "y": 100, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductCategoryRequest", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductCategoryResponse", + "x": 200, + "y": 100, + "width": 400, + "height": 80, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdatePruductCategoryRequest", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeletePruductCategoryRequest", + "x": 200, + "y": 100, + "width": 400, + "height": 80, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductCategoryRequest", + "x": 200, + "y": 100, + "width": 400, + "height": 80, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductCategoryResponse", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterRequest", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterFilter", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterResponse", + "x": 200, + "y": 100, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterResponseModel", + "x": 200, + "y": 100, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } } ], "layers": [ { "name": "Domain", - "x": 19590, - "y": 1990, - "width": 3372, - "height": 3570, + "x": 19440, + "y": 680, + "width": 3151, + "height": 4665, "layerColor": { "r": 100, "g": 234, @@ -47619,29 +53626,29 @@ "visible": true, "vertices": [ { - "x": 20805, - "y": 4750 + "x": 20665, + "y": 4540 }, { - "x": 20830, - "y": 4750 + "x": 20690, + "y": 4540 }, { - "x": 20830, - "y": 4810 + "x": 20690, + "y": 4600 }, { - "x": 20770, - "y": 4810 + "x": 20630, + "y": 4600 }, { - "x": 20770, - "y": 4790 + "x": 20630, + "y": 4580 } ], "label": { - "x": 20795, - "y": 4712, + "x": 20655, + "y": 4502, "width": 104, "height": 32, "fontName": "Arial Unicode MS", @@ -47665,17 +53672,17 @@ "visible": true, "vertices": [ { - "x": 21565, - "y": 4710 + "x": 21905, + "y": 4500 }, { - "x": 20805, - "y": 4710 + "x": 20665, + "y": 4500 } ], "label": { - "x": 21418, - "y": 4672, + "x": 21758, + "y": 4462, "width": 157, "height": 32, "fontName": "Arial Unicode MS", @@ -47699,17 +53706,17 @@ "visible": true, "vertices": [ { - "x": 19985, - "y": 4560 + "x": 19845, + "y": 4340 }, { - "x": 19965, - "y": 4560 + "x": 19825, + "y": 4340 } ], "label": { - "x": 20001, - "y": 4562, + "x": 19861, + "y": 4342, "width": 135, "height": 32, "fontName": "Arial Unicode MS", @@ -47733,17 +53740,17 @@ "visible": true, "vertices": [ { - "x": 20325, - "y": 4560 + "x": 20185, + "y": 4340 }, { - "x": 20405, - "y": 4560 + "x": 20265, + "y": 4340 } ], "label": { - "x": 20181, - "y": 4522, + "x": 20041, + "y": 4302, "width": 134, "height": 32, "fontName": "Arial Unicode MS", @@ -47767,17 +53774,17 @@ "visible": true, "vertices": [ { - "x": 22100, - "y": 3710 + "x": 21665, + "y": 2790 }, { - "x": 22100, - "y": 3725 + "x": 21685, + "y": 2790 } ], "label": { - "x": 21934, - "y": 3660, + "x": 21487, + "y": 2752, "width": 168, "height": 32, "fontName": "Arial Unicode MS", @@ -47801,29 +53808,21 @@ "visible": true, "vertices": [ { - "x": 21925, - "y": 3460 + "x": 21325, + "y": 2810 }, { - "x": 21890, - "y": 3460 + "x": 20450, + "y": 2810 }, { - "x": 21890, - "y": 3430 - }, - { - "x": 20590, - "y": 3430 - }, - { - "x": 20590, - "y": 4325 + "x": 20450, + "y": 4115 } ], "label": { - "x": 21793, - "y": 3422, + "x": 21193, + "y": 2772, "width": 142, "height": 32, "fontName": "Arial Unicode MS", @@ -47847,21 +53846,21 @@ "visible": true, "vertices": [ { - "x": 6680, - "y": 4745 + "x": 7580, + "y": 11415 }, { - "x": 6680, - "y": 4250 + "x": 7580, + "y": 10930 }, { - "x": 6725, - "y": 4250 + "x": 7615, + "y": 10930 } ], "label": { - "x": 6688, - "y": 4755, + "x": 7588, + "y": 11425, "width": 278, "height": 32, "fontName": "Arial Unicode MS", @@ -47885,17 +53884,17 @@ "visible": true, "vertices": [ { - "x": 6580, - "y": 4745 + "x": 7470, + "y": 11415 }, { - "x": 6580, - "y": 4081 + "x": 7470, + "y": 10751 } ], "label": { - "x": 6588, - "y": 4725, + "x": 7478, + "y": 11395, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -47919,17 +53918,17 @@ "visible": true, "vertices": [ { - "x": 6505, - "y": 4900 + "x": 7395, + "y": 11570 }, { - "x": 6425, - "y": 4900 + "x": 7315, + "y": 11570 } ], "label": { - "x": 6521, - "y": 4902, + "x": 7411, + "y": 11572, "width": 254, "height": 32, "fontName": "Arial Unicode MS", @@ -47953,17 +53952,17 @@ "visible": true, "vertices": [ { - "x": 6720, - "y": 5059 + "x": 7470, + "y": 11729 }, { - "x": 6720, - "y": 5075 + "x": 7470, + "y": 11765 } ], "label": { - "x": 6728, - "y": 5019, + "x": 7478, + "y": 11689, "width": 249, "height": 32, "fontName": "Arial Unicode MS", @@ -47987,17 +53986,17 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 5020 + "x": 7750, + "y": 11729 }, { - "x": 10085, - "y": 5020 + "x": 7750, + "y": 11925 } ], "label": { - "x": 6931, - "y": 4992, + "x": 7758, + "y": 11689, "width": 228, "height": 32, "fontName": "Arial Unicode MS", @@ -48021,25 +54020,17 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4960 + "x": 7825, + "y": 11700 }, { - "x": 10040, - "y": 4960 - }, - { - "x": 10040, - "y": 4850 - }, - { - "x": 10085, - "y": 4850 + "x": 10015, + "y": 11700 } ], "label": { - "x": 6931, - "y": 4962, + "x": 7821, + "y": 11702, "width": 238, "height": 32, "fontName": "Arial Unicode MS", @@ -48063,25 +54054,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4910 + "x": 7825, + "y": 11600 }, { - "x": 9080, - "y": 4910 + "x": 9980, + "y": 11600 }, { - "x": 9080, - "y": 4840 + "x": 9980, + "y": 11520 }, { - "x": 9515, - "y": 4840 + "x": 10015, + "y": 11520 } ], "label": { - "x": 6931, - "y": 4912, + "x": 7821, + "y": 11602, "width": 295, "height": 32, "fontName": "Arial Unicode MS", @@ -48105,25 +54096,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4880 + "x": 7825, + "y": 11570 }, { - "x": 9020, - "y": 4880 + "x": 9920, + "y": 11570 }, { - "x": 9020, - "y": 4660 + "x": 9920, + "y": 11330 }, { - "x": 9065, - "y": 4660 + "x": 9955, + "y": 11330 } ], "label": { - "x": 6931, - "y": 4882, + "x": 7821, + "y": 11572, "width": 305, "height": 32, "fontName": "Arial Unicode MS", @@ -48147,25 +54138,17 @@ "visible": true, "vertices": [ { - "x": 9945, - "y": 4830 + "x": 10445, + "y": 11520 }, { - "x": 9980, - "y": 4830 - }, - { - "x": 9980, - "y": 4460 - }, - { - "x": 10025, - "y": 4460 + "x": 10535, + "y": 11520 } ], "label": { - "x": 9941, - "y": 4832, + "x": 10441, + "y": 11522, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -48189,17 +54172,17 @@ "visible": true, "vertices": [ { - "x": 9495, - "y": 4660 + "x": 10385, + "y": 11330 }, { - "x": 9515, - "y": 4660 + "x": 10405, + "y": 11330 } ], "label": { - "x": 9491, - "y": 4662, + "x": 10381, + "y": 11332, "width": 442, "height": 32, "fontName": "Arial Unicode MS", @@ -48223,29 +54206,29 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 4010 + "x": 10045, + "y": 10670 }, { - "x": 7960, - "y": 4010 + "x": 8860, + "y": 10670 }, { - "x": 7960, - "y": 3930 + "x": 8860, + "y": 10600 }, { - "x": 7450, - "y": 3930 + "x": 8340, + "y": 10600 }, { - "x": 7450, - "y": 4125 + "x": 8340, + "y": 10805 } ], "label": { - "x": 9161, - "y": 4012, + "x": 10061, + "y": 10672, "width": 384, "height": 32, "fontName": "Arial Unicode MS", @@ -48269,17 +54252,17 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 4040 + "x": 10045, + "y": 10710 }, { - "x": 7915, - "y": 4040 + "x": 8815, + "y": 10710 } ], "label": { - "x": 9161, - "y": 4012, + "x": 10061, + "y": 10682, "width": 394, "height": 32, "fontName": "Arial Unicode MS", @@ -48303,17 +54286,17 @@ "visible": true, "vertices": [ { - "x": 9360, - "y": 4075 + "x": 10260, + "y": 10745 }, { - "x": 9360, - "y": 4095 + "x": 10260, + "y": 10765 } ], "label": { - "x": 9368, - "y": 4065, + "x": 10268, + "y": 10735, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -48337,17 +54320,17 @@ "visible": true, "vertices": [ { - "x": 9575, - "y": 3960 + "x": 10475, + "y": 10620 }, { - "x": 9655, - "y": 3960 + "x": 10565, + "y": 10620 } ], "label": { - "x": 9571, - "y": 3932, + "x": 10471, + "y": 10592, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -48371,17 +54354,17 @@ "visible": true, "vertices": [ { - "x": 9360, - "y": 3845 + "x": 10260, + "y": 10515 }, { - "x": 9360, - "y": 3821 + "x": 10260, + "y": 10491 } ], "label": { - "x": 9368, - "y": 3825, + "x": 10268, + "y": 10495, "width": 334, "height": 32, "fontName": "Arial Unicode MS", @@ -48405,25 +54388,25 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 3880 + "x": 10045, + "y": 10550 }, { - "x": 9110, - "y": 3880 + "x": 10010, + "y": 10550 }, { - "x": 9110, - "y": 3790 + "x": 10010, + "y": 10460 }, { - "x": 9065, - "y": 3790 + "x": 9965, + "y": 10460 } ], "label": { - "x": 9161, - "y": 3882, + "x": 10061, + "y": 10552, "width": 344, "height": 32, "fontName": "Arial Unicode MS", @@ -48447,25 +54430,25 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 3910 + "x": 10045, + "y": 10580 }, { - "x": 8590, - "y": 3910 + "x": 9490, + "y": 10580 }, { - "x": 8590, - "y": 3480 + "x": 9490, + "y": 10140 }, { - "x": 8495, - "y": 3480 + "x": 9395, + "y": 10140 } ], "label": { - "x": 9161, - "y": 3912, + "x": 10061, + "y": 10582, "width": 401, "height": 32, "fontName": "Arial Unicode MS", @@ -48489,25 +54472,25 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 3940 + "x": 10045, + "y": 10610 }, { - "x": 8530, - "y": 3940 + "x": 9430, + "y": 10610 }, { - "x": 8530, - "y": 3730 + "x": 9430, + "y": 10400 }, { - "x": 8495, - "y": 3730 + "x": 9395, + "y": 10400 } ], "label": { - "x": 9161, - "y": 3942, + "x": 10061, + "y": 10612, "width": 411, "height": 32, "fontName": "Arial Unicode MS", @@ -48531,17 +54514,17 @@ "visible": true, "vertices": [ { - "x": 8065, - "y": 3470 + "x": 8965, + "y": 10130 }, { - "x": 8045, - "y": 3470 + "x": 8935, + "y": 10130 } ], "label": { - "x": 8081, - "y": 3472, + "x": 8981, + "y": 10132, "width": 463, "height": 32, "fontName": "Arial Unicode MS", @@ -48565,17 +54548,17 @@ "visible": true, "vertices": [ { - "x": 8065, - "y": 3730 + "x": 8965, + "y": 10400 }, { - "x": 8045, - "y": 3730 + "x": 8935, + "y": 10400 } ], "label": { - "x": 8081, - "y": 3732, + "x": 8981, + "y": 10402, "width": 548, "height": 32, "fontName": "Arial Unicode MS", @@ -48599,25 +54582,25 @@ "visible": true, "vertices": [ { - "x": 6390, - "y": 2260 + "x": 7970, + "y": 9010 }, { - "x": 6390, - "y": 3520 + "x": 7970, + "y": 10270 }, { - "x": 6350, - "y": 3520 + "x": 7930, + "y": 10270 }, { - "x": 6350, - "y": 3715 + "x": 7930, + "y": 10475 } ], "label": { - "x": 6398, - "y": 2250, + "x": 7978, + "y": 9000, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -48641,17 +54624,17 @@ "visible": true, "vertices": [ { - "x": 6470, - "y": 2260 + "x": 8040, + "y": 9010 }, { - "x": 6470, - "y": 3555 + "x": 8040, + "y": 10315 } ], "label": { - "x": 6478, - "y": 2220, + "x": 8048, + "y": 8970, "width": 340, "height": 32, "fontName": "Arial Unicode MS", @@ -48675,17 +54658,17 @@ "visible": true, "vertices": [ { - "x": 6525, - "y": 2160 + "x": 8105, + "y": 8900 }, { - "x": 6545, - "y": 2160 + "x": 8125, + "y": 8900 } ], "label": { - "x": 6521, - "y": 2162, + "x": 8101, + "y": 8902, "width": 306, "height": 32, "fontName": "Arial Unicode MS", @@ -48709,17 +54692,17 @@ "visible": true, "vertices": [ { - "x": 6310, - "y": 2055 + "x": 7890, + "y": 8805 }, { - "x": 6310, - "y": 1971 + "x": 7890, + "y": 8721 } ], "label": { - "x": 6318, - "y": 2035, + "x": 7898, + "y": 8785, "width": 301, "height": 32, "fontName": "Arial Unicode MS", @@ -48743,17 +54726,17 @@ "visible": true, "vertices": [ { - "x": 6095, - "y": 2160 + "x": 7675, + "y": 8900 }, { - "x": 6075, - "y": 2160 + "x": 7655, + "y": 8900 } ], "label": { - "x": 6111, - "y": 2132, + "x": 7691, + "y": 8872, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -48777,25 +54760,25 @@ "visible": true, "vertices": [ { - "x": 6160, - "y": 2260 + "x": 7740, + "y": 9010 }, { - "x": 6160, - "y": 2300 + "x": 7740, + "y": 9050 }, { - "x": 6120, - "y": 2300 + "x": 7690, + "y": 9050 }, { - "x": 6120, - "y": 2345 + "x": 7690, + "y": 9095 } ], "label": { - "x": 6168, - "y": 2250, + "x": 7748, + "y": 9000, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -48819,25 +54802,25 @@ "visible": true, "vertices": [ { - "x": 6240, - "y": 2260 + "x": 7810, + "y": 9010 }, { - "x": 6240, - "y": 2590 + "x": 7810, + "y": 9340 }, { - "x": 6200, - "y": 2590 + "x": 7780, + "y": 9340 }, { - "x": 6200, - "y": 2625 + "x": 7780, + "y": 9375 } ], "label": { - "x": 6248, - "y": 2250, + "x": 7818, + "y": 9000, "width": 347, "height": 32, "fontName": "Arial Unicode MS", @@ -48861,25 +54844,25 @@ "visible": true, "vertices": [ { - "x": 6320, - "y": 2260 + "x": 7900, + "y": 9010 }, { - "x": 6320, - "y": 3060 + "x": 7900, + "y": 9810 }, { - "x": 6270, - "y": 3060 + "x": 7850, + "y": 9810 }, { - "x": 6270, - "y": 3105 + "x": 7850, + "y": 9855 } ], "label": { - "x": 6328, - "y": 2250, + "x": 7908, + "y": 9000, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -48903,17 +54886,17 @@ "visible": true, "vertices": [ { - "x": 6060, - "y": 2792 + "x": 7640, + "y": 9542 }, { - "x": 6060, - "y": 2815 + "x": 7640, + "y": 9565 } ], "label": { - "x": 6068, - "y": 2782, + "x": 7648, + "y": 9532, "width": 409, "height": 32, "fontName": "Arial Unicode MS", @@ -48937,17 +54920,17 @@ "visible": true, "vertices": [ { - "x": 6140, - "y": 3253 + "x": 7710, + "y": 10003 }, { - "x": 6140, - "y": 3275 + "x": 7710, + "y": 10025 } ], "label": { - "x": 6148, - "y": 3243, + "x": 7718, + "y": 9993, "width": 494, "height": 32, "fontName": "Arial Unicode MS", @@ -48971,21 +54954,21 @@ "visible": true, "vertices": [ { - "x": 4600, - "y": 4495 + "x": 5490, + "y": 11685 }, { - "x": 4600, - "y": 4060 + "x": 5490, + "y": 11260 }, { - "x": 5735, - "y": 4060 + "x": 6625, + "y": 11260 } ], "label": { - "x": 4608, - "y": 4505, + "x": 5498, + "y": 11695, "width": 354, "height": 32, "fontName": "Arial Unicode MS", @@ -49009,21 +54992,21 @@ "visible": true, "vertices": [ { - "x": 4500, - "y": 4495 + "x": 5390, + "y": 11685 }, { - "x": 4500, - "y": 3960 + "x": 5390, + "y": 11150 }, { - "x": 4545, - "y": 3960 + "x": 5435, + "y": 11150 } ], "label": { - "x": 4508, - "y": 4475, + "x": 5398, + "y": 11665, "width": 364, "height": 32, "fontName": "Arial Unicode MS", @@ -49047,17 +55030,17 @@ "visible": true, "vertices": [ { - "x": 4400, - "y": 4495 + "x": 5290, + "y": 11685 }, { - "x": 4400, - "y": 3865 + "x": 5290, + "y": 11065 } ], "label": { - "x": 4408, - "y": 4505, + "x": 5298, + "y": 11695, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -49081,17 +55064,17 @@ "visible": true, "vertices": [ { - "x": 4325, - "y": 4600 + "x": 5215, + "y": 11790 }, { - "x": 4245, - "y": 4600 + "x": 5125, + "y": 11790 } ], "label": { - "x": 4341, - "y": 4572, + "x": 5231, + "y": 11762, "width": 325, "height": 32, "fontName": "Arial Unicode MS", @@ -49115,17 +55098,17 @@ "visible": true, "vertices": [ { - "x": 4540, - "y": 4700 + "x": 5430, + "y": 11890 }, { - "x": 4540, - "y": 4715 + "x": 5430, + "y": 11915 } ], "label": { - "x": 4548, - "y": 4660, + "x": 5438, + "y": 11850, "width": 304, "height": 32, "fontName": "Arial Unicode MS", @@ -49149,17 +55132,17 @@ "visible": true, "vertices": [ { - "x": 4755, - "y": 4660 + "x": 5645, + "y": 11860 }, { - "x": 4895, - "y": 4660 + "x": 5785, + "y": 11860 } ], "label": { - "x": 4751, - "y": 4662, + "x": 5641, + "y": 11862, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -49183,25 +55166,25 @@ "visible": true, "vertices": [ { - "x": 4755, - "y": 4560 + "x": 5645, + "y": 11760 }, { - "x": 4850, - "y": 4560 + "x": 5740, + "y": 11760 }, { - "x": 4850, - "y": 4490 + "x": 5740, + "y": 11680 }, { - "x": 4895, - "y": 4490 + "x": 5785, + "y": 11680 } ], "label": { - "x": 4751, - "y": 4562, + "x": 5641, + "y": 11762, "width": 371, "height": 32, "fontName": "Arial Unicode MS", @@ -49225,25 +55208,25 @@ "visible": true, "vertices": [ { - "x": 4755, - "y": 4530 + "x": 5645, + "y": 11720 }, { - "x": 4790, - "y": 4530 + "x": 5680, + "y": 11720 }, { - "x": 4790, - "y": 4300 + "x": 5680, + "y": 11500 }, { - "x": 4835, - "y": 4300 + "x": 5725, + "y": 11500 } ], "label": { - "x": 4751, - "y": 4532, + "x": 5641, + "y": 11722, "width": 381, "height": 32, "fontName": "Arial Unicode MS", @@ -49267,17 +55250,17 @@ "visible": true, "vertices": [ { - "x": 5325, - "y": 4490 + "x": 6215, + "y": 11680 }, { - "x": 5405, - "y": 4490 + "x": 6295, + "y": 11680 } ], "label": { - "x": 5321, - "y": 4492, + "x": 6211, + "y": 11682, "width": 433, "height": 32, "fontName": "Arial Unicode MS", @@ -49301,17 +55284,17 @@ "visible": true, "vertices": [ { - "x": 5265, - "y": 4300 + "x": 6155, + "y": 11490 }, { - "x": 5285, - "y": 4300 + "x": 6175, + "y": 11490 } ], "label": { - "x": 5261, - "y": 4302, + "x": 6151, + "y": 11492, "width": 518, "height": 32, "fontName": "Arial Unicode MS", @@ -49335,25 +55318,25 @@ "visible": true, "vertices": [ { - "x": 5720, - "y": 6585 + "x": 6600, + "y": 13425 }, { - "x": 5720, - "y": 5440 + "x": 6600, + "y": 12280 }, { - "x": 5820, - "y": 5440 + "x": 6700, + "y": 12280 }, { - "x": 5820, - "y": 5342 + "x": 6700, + "y": 12182 } ], "label": { - "x": 5728, - "y": 6595, + "x": 6608, + "y": 13435, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -49377,17 +55360,17 @@ "visible": true, "vertices": [ { - "x": 5640, - "y": 6585 + "x": 6520, + "y": 13425 }, { - "x": 5640, - "y": 5401 + "x": 6520, + "y": 12241 } ], "label": { - "x": 5648, - "y": 6565, + "x": 6528, + "y": 13405, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -49411,17 +55394,17 @@ "visible": true, "vertices": [ { - "x": 5575, - "y": 6690 + "x": 6465, + "y": 13530 }, { - "x": 5555, - "y": 6690 + "x": 6445, + "y": 13530 } ], "label": { - "x": 5591, - "y": 6692, + "x": 6481, + "y": 13532, "width": 256, "height": 32, "fontName": "Arial Unicode MS", @@ -49445,17 +55428,17 @@ "visible": true, "vertices": [ { - "x": 5790, - "y": 6790 + "x": 6680, + "y": 13630 }, { - "x": 5790, - "y": 6815 + "x": 6680, + "y": 13655 } ], "label": { - "x": 5798, - "y": 6750, + "x": 6688, + "y": 13590, "width": 251, "height": 32, "fontName": "Arial Unicode MS", @@ -49479,17 +55462,17 @@ "visible": true, "vertices": [ { - "x": 6005, - "y": 6690 + "x": 6895, + "y": 13530 }, { - "x": 6025, - "y": 6690 + "x": 6915, + "y": 13530 } ], "label": { - "x": 6001, - "y": 6662, + "x": 6891, + "y": 13502, "width": 230, "height": 32, "fontName": "Arial Unicode MS", @@ -49513,25 +55496,25 @@ "visible": true, "vertices": [ { - "x": 5940, - "y": 6585 + "x": 6830, + "y": 13425 }, { - "x": 5940, - "y": 6550 + "x": 6830, + "y": 13390 }, { - "x": 5990, - "y": 6550 + "x": 6880, + "y": 13390 }, { - "x": 5990, - "y": 6502 + "x": 6880, + "y": 13342 } ], "label": { - "x": 5948, - "y": 6595, + "x": 6838, + "y": 13435, "width": 240, "height": 32, "fontName": "Arial Unicode MS", @@ -49555,25 +55538,25 @@ "visible": true, "vertices": [ { - "x": 5870, - "y": 6585 + "x": 6760, + "y": 13425 }, { - "x": 5870, - "y": 6300 + "x": 6760, + "y": 13140 }, { - "x": 5910, - "y": 6300 + "x": 6810, + "y": 13140 }, { - "x": 5910, - "y": 6252 + "x": 6810, + "y": 13092 } ], "label": { - "x": 5878, - "y": 6595, + "x": 6768, + "y": 13435, "width": 297, "height": 32, "fontName": "Arial Unicode MS", @@ -49597,25 +55580,25 @@ "visible": true, "vertices": [ { - "x": 5790, - "y": 6585 + "x": 6680, + "y": 13425 }, { - "x": 5790, - "y": 5860 + "x": 6680, + "y": 12700 }, { - "x": 5840, - "y": 5860 + "x": 6720, + "y": 12700 }, { - "x": 5840, - "y": 5813 + "x": 6720, + "y": 12663 } ], "label": { - "x": 5798, - "y": 6595, + "x": 6688, + "y": 13435, "width": 307, "height": 32, "fontName": "Arial Unicode MS", @@ -49639,17 +55622,17 @@ "visible": true, "vertices": [ { - "x": 6050, - "y": 6085 + "x": 6940, + "y": 12925 }, { - "x": 6050, - "y": 6062 + "x": 6940, + "y": 12912 } ], "label": { - "x": 6058, - "y": 6095, + "x": 6948, + "y": 12935, "width": 359, "height": 32, "fontName": "Arial Unicode MS", @@ -49673,17 +55656,17 @@ "visible": true, "vertices": [ { - "x": 5970, - "y": 5665 + "x": 6850, + "y": 12515 }, { - "x": 5970, - "y": 5652 + "x": 6850, + "y": 12492 } ], "label": { - "x": 5978, - "y": 5675, + "x": 6858, + "y": 12525, "width": 444, "height": 32, "fontName": "Arial Unicode MS", @@ -49707,29 +55690,29 @@ "visible": true, "vertices": [ { - "x": 12135, - "y": 5200 + "x": 12615, + "y": 12050 }, { - "x": 11460, - "y": 5200 + "x": 11940, + "y": 12050 }, { - "x": 11460, - "y": 5130 + "x": 11940, + "y": 11970 }, { - "x": 10690, - "y": 5130 + "x": 11130, + "y": 11970 }, { - "x": 10690, - "y": 5175 + "x": 11130, + "y": 12015 } ], "label": { - "x": 12151, - "y": 5202, + "x": 12631, + "y": 12052, "width": 338, "height": 32, "fontName": "Arial Unicode MS", @@ -49753,17 +55736,17 @@ "visible": true, "vertices": [ { - "x": 12135, - "y": 5230 + "x": 12615, + "y": 12080 }, { - "x": 11415, - "y": 5230 + "x": 11895, + "y": 12080 } ], "label": { - "x": 12151, - "y": 5202, + "x": 12631, + "y": 12052, "width": 348, "height": 32, "fontName": "Arial Unicode MS", @@ -49787,17 +55770,17 @@ "visible": true, "vertices": [ { - "x": 12350, - "y": 5270 + "x": 12830, + "y": 12120 }, { - "x": 12350, - "y": 5295 + "x": 12830, + "y": 12135 } ], "label": { - "x": 12358, - "y": 5260, + "x": 12838, + "y": 12110, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -49821,17 +55804,17 @@ "visible": true, "vertices": [ { - "x": 12565, - "y": 5170 + "x": 13045, + "y": 12010 }, { - "x": 12645, - "y": 5170 + "x": 13125, + "y": 12010 } ], "label": { - "x": 12561, - "y": 5142, + "x": 13041, + "y": 11982, "width": 309, "height": 32, "fontName": "Arial Unicode MS", @@ -49855,17 +55838,17 @@ "visible": true, "vertices": [ { - "x": 12350, - "y": 5065 + "x": 12830, + "y": 11915 }, { - "x": 12350, - "y": 5041 + "x": 12830, + "y": 11891 } ], "label": { - "x": 12358, - "y": 5045, + "x": 12838, + "y": 11895, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -49889,25 +55872,25 @@ "visible": true, "vertices": [ { - "x": 12135, - "y": 5100 + "x": 12615, + "y": 11950 }, { - "x": 12090, - "y": 5100 + "x": 12570, + "y": 11950 }, { - "x": 12090, - "y": 5010 + "x": 12570, + "y": 11860 }, { - "x": 12055, - "y": 5010 + "x": 12525, + "y": 11860 } ], "label": { - "x": 12151, - "y": 5102, + "x": 12631, + "y": 11952, "width": 298, "height": 32, "fontName": "Arial Unicode MS", @@ -49931,25 +55914,25 @@ "visible": true, "vertices": [ { - "x": 12135, - "y": 5130 + "x": 12615, + "y": 11980 }, { - "x": 11580, - "y": 5130 + "x": 12060, + "y": 11980 }, { - "x": 11580, - "y": 4830 + "x": 12060, + "y": 11680 }, { - "x": 11475, - "y": 4830 + "x": 11955, + "y": 11680 } ], "label": { - "x": 12151, - "y": 5132, + "x": 12631, + "y": 11982, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -49973,25 +55956,25 @@ "visible": true, "vertices": [ { - "x": 12135, - "y": 5160 + "x": 12615, + "y": 12010 }, { - "x": 11520, - "y": 5160 + "x": 12000, + "y": 12010 }, { - "x": 11520, - "y": 5010 + "x": 12000, + "y": 11860 }, { - "x": 11475, - "y": 5010 + "x": 11955, + "y": 11860 } ], "label": { - "x": 12151, - "y": 5162, + "x": 12631, + "y": 12012, "width": 365, "height": 32, "fontName": "Arial Unicode MS", @@ -50015,17 +55998,17 @@ "visible": true, "vertices": [ { - "x": 11045, - "y": 4820 + "x": 11525, + "y": 11670 }, { - "x": 11025, - "y": 4820 + "x": 11505, + "y": 11670 } ], "label": { - "x": 11061, - "y": 4822, + "x": 11541, + "y": 11672, "width": 417, "height": 32, "fontName": "Arial Unicode MS", @@ -50049,17 +56032,17 @@ "visible": true, "vertices": [ { - "x": 11045, - "y": 5010 + "x": 11525, + "y": 11850 }, { - "x": 11025, - "y": 5010 + "x": 11505, + "y": 11850 } ], "label": { - "x": 11061, - "y": 5012, + "x": 11541, + "y": 11852, "width": 502, "height": 32, "fontName": "Arial Unicode MS", @@ -50083,17 +56066,17 @@ "visible": true, "vertices": [ { - "x": 4030, - "y": 1405 + "x": 5050, + "y": 8145 }, { - "x": 4030, - "y": 1715 + "x": 5050, + "y": 8455 } ], "label": { - "x": 4038, - "y": 1395, + "x": 5058, + "y": 8135, "width": 352, "height": 32, "fontName": "Arial Unicode MS", @@ -50117,17 +56100,17 @@ "visible": true, "vertices": [ { - "x": 4265, - "y": 1320 + "x": 5275, + "y": 8060 }, { - "x": 4285, - "y": 1320 + "x": 5305, + "y": 8060 } ], "label": { - "x": 4261, - "y": 1322, + "x": 5271, + "y": 8062, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -50151,17 +56134,17 @@ "visible": true, "vertices": [ { - "x": 4040, - "y": 1225 + "x": 5060, + "y": 7965 }, { - "x": 4040, - "y": 1203 + "x": 5060, + "y": 7943 } ], "label": { - "x": 4048, - "y": 1235, + "x": 5068, + "y": 7975, "width": 379, "height": 32, "fontName": "Arial Unicode MS", @@ -50185,17 +56168,17 @@ "visible": true, "vertices": [ { - "x": 4715, - "y": 1320 + "x": 5735, + "y": 8060 }, { - "x": 4735, - "y": 1320 + "x": 5755, + "y": 8060 } ], "label": { - "x": 4711, - "y": 1322, + "x": 5731, + "y": 8062, "width": 431, "height": 32, "fontName": "Arial Unicode MS", @@ -50219,17 +56202,17 @@ "visible": true, "vertices": [ { - "x": 4040, - "y": 1055 + "x": 5060, + "y": 7795 }, { - "x": 4040, - "y": 1038 + "x": 5060, + "y": 7778 } ], "label": { - "x": 4048, - "y": 1065, + "x": 5068, + "y": 7805, "width": 516, "height": 32, "fontName": "Arial Unicode MS", @@ -50253,17 +56236,17 @@ "visible": true, "vertices": [ { - "x": 4180, - "y": 1405 + "x": 5200, + "y": 8145 }, { - "x": 4180, - "y": 1425 + "x": 5200, + "y": 8225 } ], "label": { - "x": 4182, - "y": 1355, + "x": 5202, + "y": 8095, "width": 362, "height": 32, "fontName": "Arial Unicode MS", @@ -50287,17 +56270,17 @@ "visible": true, "vertices": [ { - "x": 3835, - "y": 1320 + "x": 4845, + "y": 8060 }, { - "x": 3805, - "y": 1320 + "x": 4825, + "y": 8060 } ], "label": { - "x": 3845, - "y": 1282, + "x": 4855, + "y": 8022, "width": 317, "height": 32, "fontName": "Arial Unicode MS", @@ -50321,17 +56304,17 @@ "visible": true, "vertices": [ { - "x": 3910, - "y": 1405 + "x": 4930, + "y": 8145 }, { - "x": 3910, - "y": 1485 + "x": 4930, + "y": 8175 } ], "label": { - "x": 3912, - "y": 1355, + "x": 4932, + "y": 8095, "width": 327, "height": 32, "fontName": "Arial Unicode MS", @@ -50355,25 +56338,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4850 + "x": 7825, + "y": 11540 }, { - "x": 8510, - "y": 4850 + "x": 9400, + "y": 11540 }, { - "x": 8510, - "y": 4770 + "x": 9400, + "y": 11460 }, { - "x": 8545, - "y": 4770 + "x": 9445, + "y": 11460 } ], "label": { - "x": 6925, - "y": 4812, + "x": 7815, + "y": 11502, "width": 261, "height": 32, "fontName": "Arial Unicode MS", @@ -50397,25 +56380,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4830 + "x": 7825, + "y": 11510 }, { - "x": 8000, - "y": 4830 + "x": 8890, + "y": 11510 }, { - "x": 8000, - "y": 4750 + "x": 8890, + "y": 11430 }, { - "x": 8035, - "y": 4750 + "x": 8935, + "y": 11430 } ], "label": { - "x": 6925, - "y": 4792, + "x": 7815, + "y": 11472, "width": 271, "height": 32, "fontName": "Arial Unicode MS", @@ -50439,21 +56422,25 @@ "visible": true, "vertices": [ { - "x": 21925, - "y": 3640 + "x": 21580, + "y": 2890 }, { - "x": 21830, - "y": 3640 + "x": 21580, + "y": 2930 }, { - "x": 21830, - "y": 4585 + "x": 22170, + "y": 2930 + }, + { + "x": 22170, + "y": 4375 } ], "label": { - "x": 21935, - "y": 3602, + "x": 21582, + "y": 2840, "width": 195, "height": 32, "fontName": "Arial Unicode MS", @@ -50477,25 +56464,25 @@ "visible": true, "vertices": [ { - "x": 9145, - "y": 3970 + "x": 10045, + "y": 10640 }, { - "x": 8470, - "y": 3970 + "x": 9370, + "y": 10640 }, { - "x": 8470, - "y": 3900 + "x": 9370, + "y": 10570 }, { - "x": 8435, - "y": 3900 + "x": 9325, + "y": 10570 } ], "label": { - "x": 9155, - "y": 3932, + "x": 10055, + "y": 10602, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -50519,17 +56506,17 @@ "visible": true, "vertices": [ { - "x": 20610, - "y": 5075 + "x": 20470, + "y": 4865 }, { - "x": 20610, - "y": 5055 + "x": 20470, + "y": 4845 } ], "label": { - "x": 20612, - "y": 5043, + "x": 20472, + "y": 4833, "width": 268, "height": 32, "fontName": "Sans", @@ -50553,17 +56540,17 @@ "visible": true, "vertices": [ { - "x": 20610, - "y": 4805 + "x": 20470, + "y": 4595 }, { - "x": 20610, - "y": 4790 + "x": 20470, + "y": 4580 } ], "label": { - "x": 20612, - "y": 4773, + "x": 20472, + "y": 4563, "width": 150, "height": 32, "fontName": "Sans", @@ -50587,17 +56574,17 @@ "visible": true, "vertices": [ { - "x": 21785, - "y": 3550 + "x": 21400, + "y": 2915 }, { - "x": 21925, - "y": 3550 + "x": 21400, + "y": 2890 } ], "label": { - "x": 21775, - "y": 3510, + "x": 21402, + "y": 2883, "width": 204, "height": 32, "fontName": "Sans", @@ -50621,17 +56608,21 @@ "visible": true, "vertices": [ { - "x": 22285, - "y": 3550 + "x": 22045, + "y": 2530 }, { - "x": 22265, - "y": 3550 + "x": 21580, + "y": 2530 + }, + { + "x": 21580, + "y": 2575 } ], "label": { - "x": 22301, - "y": 3520, + "x": 22061, + "y": 2500, "width": 202, "height": 32, "fontName": "Sans", @@ -50655,21 +56646,21 @@ "visible": true, "vertices": [ { - "x": 20725, - "y": 3670 + "x": 20595, + "y": 3450 }, { - "x": 20690, - "y": 3670 + "x": 20550, + "y": 3450 }, { - "x": 20690, - "y": 4325 + "x": 20550, + "y": 4115 } ], "label": { - "x": 20735, - "y": 3630, + "x": 20605, + "y": 3410, "width": 143, "height": 32, "fontName": "Sans", @@ -50693,17 +56684,17 @@ "visible": true, "vertices": [ { - "x": 21065, - "y": 3670 + "x": 20935, + "y": 3450 }, { - "x": 21085, - "y": 3670 + "x": 20955, + "y": 3450 } ], "label": { - "x": 21061, - "y": 3672, + "x": 20931, + "y": 3452, "width": 171, "height": 32, "fontName": "Sans", @@ -50727,17 +56718,17 @@ "visible": true, "vertices": [ { - "x": 21445, - "y": 3670 + "x": 21210, + "y": 3235 }, { - "x": 21425, - "y": 3670 + "x": 21210, + "y": 3255 } ], "label": { - "x": 21263, - "y": 3630, + "x": 21020, + "y": 3183, "width": 192, "height": 32, "fontName": "Sans", @@ -50761,17 +56752,17 @@ "visible": true, "vertices": [ { - "x": 21260, - "y": 3875 + "x": 21130, + "y": 3665 }, { - "x": 21260, - "y": 3863 + "x": 21130, + "y": 3643 } ], "label": { - "x": 21262, - "y": 3843, + "x": 21132, + "y": 3633, "width": 211, "height": 32, "fontName": "Sans", @@ -50795,17 +56786,17 @@ "visible": true, "vertices": [ { - "x": 22180, - "y": 3395 + "x": 21480, + "y": 2575 }, { - "x": 22180, - "y": 2485 + "x": 21480, + "y": 1035 } ], "label": { - "x": 21965, - "y": 3363, + "x": 21265, + "y": 2543, "width": 217, "height": 32, "fontName": "Sans", @@ -50829,17 +56820,25 @@ "visible": true, "vertices": [ { - "x": 22360, - "y": 3245 + "x": 22120, + "y": 2235 }, { - "x": 22360, - "y": 2485 + "x": 22120, + "y": 1070 + }, + { + "x": 21660, + "y": 1070 + }, + { + "x": 21660, + "y": 1035 } ], "label": { - "x": 22368, - "y": 3255, + "x": 22128, + "y": 2245, "width": 231, "height": 32, "fontName": "Sans", @@ -50863,21 +56862,17 @@ "visible": true, "vertices": [ { - "x": 22625, - "y": 3770 + "x": 22290, + "y": 2839 }, { - "x": 22660, - "y": 3770 - }, - { - "x": 22660, - "y": 5315 + "x": 22290, + "y": 5105 } ], "label": { - "x": 22621, - "y": 3772, + "x": 22298, + "y": 2829, "width": 241, "height": 32, "fontName": "Sans", @@ -50901,17 +56896,17 @@ "visible": true, "vertices": [ { - "x": 21260, - "y": 4263 + "x": 21130, + "y": 4053 }, { - "x": 21260, - "y": 4285 + "x": 21130, + "y": 4065 } ], "label": { - "x": 21262, - "y": 4211, + "x": 21132, + "y": 4001, "width": 254, "height": 32, "fontName": "Sans", @@ -50935,17 +56930,21 @@ "visible": true, "vertices": [ { - "x": 16915, - "y": 2440 + "x": 17190, + "y": 4625 }, { - "x": 22105, - "y": 2440 + "x": 17190, + "y": 980 + }, + { + "x": 21405, + "y": 980 } ], "label": { - "x": 16905, - "y": 2400, + "x": 17192, + "y": 4593, "width": 360, "height": 32, "fontName": "Sans", @@ -50969,29 +56968,25 @@ "visible": true, "vertices": [ { - "x": 16700, - "y": 2893 + "x": 17405, + "y": 5080 }, { - "x": 16700, - "y": 5350 + "x": 20250, + "y": 5080 }, { - "x": 20400, - "y": 5350 + "x": 20250, + "y": 5160 }, { - "x": 20400, - "y": 5370 - }, - { - "x": 22585, - "y": 5370 + "x": 22205, + "y": 5160 } ], "label": { - "x": 16702, - "y": 2841, + "x": 17395, + "y": 5040, "width": 370, "height": 32, "fontName": "Sans", @@ -51015,25 +57010,25 @@ "visible": true, "vertices": [ { - "x": 22965, - "y": 5870 + "x": 22595, + "y": 5650 }, { - "x": 23020, - "y": 5870 + "x": 22650, + "y": 5650 }, { - "x": 23020, - "y": 2390 + "x": 22650, + "y": 930 }, { - "x": 22445, - "y": 2390 + "x": 21745, + "y": 930 } ], "label": { - "x": 22955, - "y": 5830, + "x": 22585, + "y": 5610, "width": 335, "height": 32, "fontName": "Sans", @@ -51057,17 +57052,17 @@ "visible": true, "vertices": [ { - "x": 22750, - "y": 5595 + "x": 22380, + "y": 5385 }, { - "x": 22750, - "y": 5515 + "x": 22380, + "y": 5305 } ], "label": { - "x": 22752, - "y": 5563, + "x": 22382, + "y": 5353, "width": 345, "height": 32, "fontName": "Sans", @@ -51091,25 +57086,25 @@ "visible": true, "vertices": [ { - "x": 16405, - "y": 2320 + "x": 16895, + "y": 920 }, { - "x": 22060, - "y": 2320 + "x": 19560, + "y": 920 }, { - "x": 22060, - "y": 2340 + "x": 19560, + "y": 930 }, { - "x": 22105, - "y": 2340 + "x": 21405, + "y": 930 } ], "label": { - "x": 16395, - "y": 2280, + "x": 16885, + "y": 880, "width": 319, "height": 32, "fontName": "Sans", @@ -51133,21 +57128,21 @@ "visible": true, "vertices": [ { - "x": 16190, - "y": 2773 + "x": 16680, + "y": 1373 }, { - "x": 16190, - "y": 5470 + "x": 16680, + "y": 5260 }, { - "x": 22585, - "y": 5470 + "x": 22205, + "y": 5260 } ], "label": { - "x": 16192, - "y": 2721, + "x": 16682, + "y": 1321, "width": 329, "height": 32, "fontName": "Sans", @@ -51171,21 +57166,25 @@ "visible": true, "vertices": [ { - "x": 16655, - "y": 2050 + "x": 17155, + "y": 740 }, { - "x": 22180, - "y": 2050 + "x": 21360, + "y": 740 }, { - "x": 22180, - "y": 2285 + "x": 21360, + "y": 880 + }, + { + "x": 21405, + "y": 880 } ], "label": { - "x": 16645, - "y": 2010, + "x": 17145, + "y": 700, "width": 355, "height": 32, "fontName": "Sans", @@ -51209,29 +57208,29 @@ "visible": true, "vertices": [ { - "x": 16450, - "y": 2228 + "x": 16940, + "y": 828 }, { - "x": 16450, - "y": 5410 + "x": 16940, + "y": 5200 }, { - "x": 20340, - "y": 5410 + "x": 19500, + "y": 5200 }, { - "x": 20340, - "y": 5420 + "x": 19500, + "y": 5210 }, { - "x": 22585, - "y": 5420 + "x": 22205, + "y": 5210 } ], "label": { - "x": 16452, - "y": 2176, + "x": 16942, + "y": 776, "width": 365, "height": 32, "fontName": "Sans", @@ -51255,17 +57254,17 @@ "visible": true, "vertices": [ { - "x": 22280, - "y": 1953 + "x": 21570, + "y": 543 }, { - "x": 22280, - "y": 2285 + "x": 21570, + "y": 835 } ], "label": { - "x": 22282, - "y": 1901, + "x": 21572, + "y": 491, "width": 428, "height": 32, "fontName": "Sans", @@ -51289,29 +57288,29 @@ "visible": true, "vertices": [ { - "x": 22495, - "y": 1870 + "x": 21785, + "y": 470 }, { - "x": 23080, - "y": 1870 + "x": 22710, + "y": 470 }, { - "x": 23080, - "y": 5280 + "x": 22710, + "y": 5070 }, { - "x": 22760, - "y": 5280 + "x": 22390, + "y": 5070 }, { - "x": 22760, - "y": 5315 + "x": 22390, + "y": 5105 } ], "label": { - "x": 22485, - "y": 1830, + "x": 21775, + "y": 430, "width": 438, "height": 32, "fontName": "Sans", @@ -51335,21 +57334,21 @@ "visible": true, "vertices": [ { - "x": 2110, - "y": 7095 + "x": 3300, + "y": 9075 }, { - "x": 2110, - "y": 6770 + "x": 3300, + "y": 8750 }, { - "x": 3695, - "y": 6770 + "x": 4445, + "y": 8750 } ], "label": { - "x": 2118, - "y": 7105, + "x": 3308, + "y": 9085, "width": 369, "height": 32, "fontName": "Sans", @@ -51373,21 +57372,21 @@ "visible": true, "vertices": [ { - "x": 2010, - "y": 7095 + "x": 3200, + "y": 9075 }, { - "x": 2010, - "y": 6660 + "x": 3200, + "y": 8640 }, { - "x": 2045, - "y": 6660 + "x": 3245, + "y": 8640 } ], "label": { - "x": 2018, - "y": 7073, + "x": 3208, + "y": 9053, "width": 379, "height": 32, "fontName": "Sans", @@ -51411,17 +57410,17 @@ "visible": true, "vertices": [ { - "x": 1900, - "y": 7095 + "x": 3100, + "y": 9075 }, { - "x": 1900, - "y": 6572 + "x": 3100, + "y": 8552 } ], "label": { - "x": 1908, - "y": 7105, + "x": 3108, + "y": 9085, "width": 344, "height": 32, "fontName": "Sans", @@ -51445,17 +57444,17 @@ "visible": true, "vertices": [ { - "x": 1825, - "y": 7200 + "x": 3025, + "y": 9180 }, { - "x": 1745, - "y": 7200 + "x": 2945, + "y": 9180 } ], "label": { - "x": 1841, - "y": 7170, + "x": 3041, + "y": 9150, "width": 338, "height": 32, "fontName": "Sans", @@ -51479,17 +57478,17 @@ "visible": true, "vertices": [ { - "x": 2040, - "y": 7300 + "x": 3240, + "y": 9280 }, { - "x": 2040, - "y": 7325 + "x": 3240, + "y": 9295 } ], "label": { - "x": 2048, - "y": 7258, + "x": 3248, + "y": 9238, "width": 318, "height": 32, "fontName": "Sans", @@ -51513,17 +57512,17 @@ "visible": true, "vertices": [ { - "x": 2255, - "y": 7270 + "x": 3455, + "y": 9240 }, { - "x": 2405, - "y": 7270 + "x": 3595, + "y": 9240 } ], "label": { - "x": 2251, - "y": 7272, + "x": 3451, + "y": 9242, "width": 328, "height": 32, "fontName": "Sans", @@ -51547,25 +57546,25 @@ "visible": true, "vertices": [ { - "x": 2255, - "y": 7170 + "x": 3455, + "y": 9140 }, { - "x": 2360, - "y": 7170 + "x": 3560, + "y": 9140 }, { - "x": 2360, - "y": 7090 + "x": 3560, + "y": 9060 }, { - "x": 2405, - "y": 7090 + "x": 3595, + "y": 9060 } ], "label": { - "x": 2251, - "y": 7172, + "x": 3451, + "y": 9142, "width": 385, "height": 32, "fontName": "Sans", @@ -51589,25 +57588,25 @@ "visible": true, "vertices": [ { - "x": 2255, - "y": 7130 + "x": 3455, + "y": 9110 }, { - "x": 2300, - "y": 7130 + "x": 3500, + "y": 9110 }, { - "x": 2300, - "y": 6910 + "x": 3500, + "y": 8880 }, { - "x": 2345, - "y": 6910 + "x": 3535, + "y": 8880 } ], "label": { - "x": 2251, - "y": 7132, + "x": 3451, + "y": 9112, "width": 395, "height": 32, "fontName": "Sans", @@ -51631,17 +57630,17 @@ "visible": true, "vertices": [ { - "x": 2835, - "y": 7090 + "x": 4025, + "y": 9060 }, { - "x": 2915, - "y": 7090 + "x": 4115, + "y": 9060 } ], "label": { - "x": 2831, - "y": 7092, + "x": 4021, + "y": 9062, "width": 447, "height": 32, "fontName": "Sans", @@ -51665,17 +57664,17 @@ "visible": true, "vertices": [ { - "x": 2775, - "y": 6900 + "x": 3965, + "y": 8870 }, { - "x": 2795, - "y": 6900 + "x": 3985, + "y": 8870 } ], "label": { - "x": 2771, - "y": 6902, + "x": 3961, + "y": 8872, "width": 530, "height": 32, "fontName": "Sans", @@ -51699,25 +57698,25 @@ "visible": true, "vertices": [ { - "x": 3670, - "y": 8525 + "x": 4420, + "y": 15365 }, { - "x": 3670, - "y": 7200 + "x": 4420, + "y": 14050 }, { - "x": 3770, - "y": 7200 + "x": 4520, + "y": 14050 }, { - "x": 3770, - "y": 7099 + "x": 4520, + "y": 13949 } ], "label": { - "x": 3678, - "y": 8535, + "x": 4428, + "y": 15375, "width": 521, "height": 32, "fontName": "Sans", @@ -51741,17 +57740,17 @@ "visible": true, "vertices": [ { - "x": 3590, - "y": 8525 + "x": 4340, + "y": 15365 }, { - "x": 3590, - "y": 6981 + "x": 4340, + "y": 14011 } ], "label": { - "x": 3598, - "y": 8503, + "x": 4348, + "y": 15343, "width": 531, "height": 32, "fontName": "Sans", @@ -51775,17 +57774,17 @@ "visible": true, "vertices": [ { - "x": 3525, - "y": 8620 + "x": 4275, + "y": 15470 }, { - "x": 3505, - "y": 8620 + "x": 4255, + "y": 15470 } ], "label": { - "x": 3541, - "y": 8622, + "x": 4291, + "y": 15472, "width": 496, "height": 32, "fontName": "Sans", @@ -51809,17 +57808,17 @@ "visible": true, "vertices": [ { - "x": 3750, - "y": 8730 + "x": 4490, + "y": 15570 }, { - "x": 3750, - "y": 8745 + "x": 4490, + "y": 15595 } ], "label": { - "x": 3758, - "y": 8688, + "x": 4498, + "y": 15528, "width": 490, "height": 32, "fontName": "Sans", @@ -51843,17 +57842,17 @@ "visible": true, "vertices": [ { - "x": 3955, - "y": 8620 + "x": 4705, + "y": 15470 }, { - "x": 3985, - "y": 8620 + "x": 4735, + "y": 15470 } ], "label": { - "x": 3951, - "y": 8590, + "x": 4701, + "y": 15440, "width": 470, "height": 32, "fontName": "Sans", @@ -51877,25 +57876,25 @@ "visible": true, "vertices": [ { - "x": 3900, - "y": 8525 + "x": 4640, + "y": 15365 }, { - "x": 3900, - "y": 8480 + "x": 4640, + "y": 15320 }, { - "x": 3940, - "y": 8480 + "x": 4690, + "y": 15320 }, { - "x": 3940, - "y": 8439 + "x": 4690, + "y": 15279 } ], "label": { - "x": 3908, - "y": 8535, + "x": 4648, + "y": 15375, "width": 480, "height": 32, "fontName": "Sans", @@ -51919,25 +57918,25 @@ "visible": true, "vertices": [ { - "x": 3820, - "y": 8525 + "x": 4570, + "y": 15365 }, { - "x": 3820, - "y": 8170 + "x": 4570, + "y": 15020 }, { - "x": 3870, - "y": 8170 + "x": 4620, + "y": 15020 }, { - "x": 3870, - "y": 8132 + "x": 4620, + "y": 14982 } ], "label": { - "x": 3828, - "y": 8535, + "x": 4578, + "y": 15375, "width": 537, "height": 32, "fontName": "Sans", @@ -51961,25 +57960,25 @@ "visible": true, "vertices": [ { - "x": 3750, - "y": 8525 + "x": 4500, + "y": 15365 }, { - "x": 3750, - "y": 7680 + "x": 4500, + "y": 14530 }, { - "x": 3790, - "y": 7680 + "x": 4550, + "y": 14530 }, { - "x": 3790, - "y": 7633 + "x": 4550, + "y": 14483 } ], "label": { - "x": 3758, - "y": 8535, + "x": 4508, + "y": 15375, "width": 547, "height": 32, "fontName": "Sans", @@ -52003,17 +58002,17 @@ "visible": true, "vertices": [ { - "x": 4000, - "y": 7965 + "x": 4750, + "y": 14815 }, { - "x": 4000, - "y": 7939 + "x": 4750, + "y": 14789 } ], "label": { - "x": 4008, - "y": 7975, + "x": 4758, + "y": 14825, "width": 599, "height": 32, "fontName": "Sans", @@ -52037,17 +58036,17 @@ "visible": true, "vertices": [ { - "x": 3930, - "y": 7485 + "x": 4680, + "y": 14335 }, { - "x": 3930, - "y": 7469 + "x": 4680, + "y": 14309 } ], "label": { - "x": 3938, - "y": 7495, + "x": 4688, + "y": 14345, "width": 682, "height": 32, "fontName": "Sans", @@ -52071,29 +58070,29 @@ "visible": true, "vertices": [ { - "x": 14695, - "y": 6930 + "x": 15175, + "y": 13780 }, { - "x": 14020, - "y": 6930 + "x": 14500, + "y": 13780 }, { - "x": 14020, - "y": 6860 + "x": 14500, + "y": 13700 }, { - "x": 13220, - "y": 6860 + "x": 13700, + "y": 13700 }, { - "x": 13220, - "y": 6895 + "x": 13700, + "y": 13745 } ], "label": { - "x": 14711, - "y": 6932, + "x": 15191, + "y": 13782, "width": 355, "height": 32, "fontName": "Sans", @@ -52117,17 +58116,17 @@ "visible": true, "vertices": [ { - "x": 14695, - "y": 6960 + "x": 15175, + "y": 13810 }, { - "x": 13975, - "y": 6960 + "x": 14455, + "y": 13810 } ], "label": { - "x": 14711, - "y": 6930, + "x": 15191, + "y": 13780, "width": 365, "height": 32, "fontName": "Sans", @@ -52151,17 +58150,17 @@ "visible": true, "vertices": [ { - "x": 14910, - "y": 7000 + "x": 15390, + "y": 13840 }, { - "x": 14910, - "y": 7015 + "x": 15390, + "y": 13865 } ], "label": { - "x": 14918, - "y": 6990, + "x": 15398, + "y": 13830, "width": 330, "height": 32, "fontName": "Sans", @@ -52185,17 +58184,17 @@ "visible": true, "vertices": [ { - "x": 15125, - "y": 6900 + "x": 15605, + "y": 13740 }, { - "x": 15205, - "y": 6900 + "x": 15695, + "y": 13740 } ], "label": { - "x": 15121, - "y": 6870, + "x": 15601, + "y": 13710, "width": 324, "height": 32, "fontName": "Sans", @@ -52219,17 +58218,17 @@ "visible": true, "vertices": [ { - "x": 14910, - "y": 6795 + "x": 15390, + "y": 13635 }, { - "x": 14910, - "y": 6771 + "x": 15390, + "y": 13621 } ], "label": { - "x": 14918, - "y": 6773, + "x": 15398, + "y": 13613, "width": 304, "height": 32, "fontName": "Sans", @@ -52253,25 +58252,25 @@ "visible": true, "vertices": [ { - "x": 14695, - "y": 6830 + "x": 15175, + "y": 13670 }, { - "x": 14650, - "y": 6830 + "x": 15140, + "y": 13670 }, { - "x": 14650, - "y": 6740 + "x": 15140, + "y": 13580 }, { - "x": 14605, - "y": 6740 + "x": 15095, + "y": 13580 } ], "label": { - "x": 14711, - "y": 6832, + "x": 15191, + "y": 13672, "width": 314, "height": 32, "fontName": "Sans", @@ -52295,25 +58294,25 @@ "visible": true, "vertices": [ { - "x": 14695, - "y": 6860 + "x": 15175, + "y": 13700 }, { - "x": 14140, - "y": 6860 + "x": 14620, + "y": 13700 }, { - "x": 14140, - "y": 6540 + "x": 14620, + "y": 13380 }, { - "x": 14035, - "y": 6540 + "x": 14525, + "y": 13380 } ], "label": { - "x": 14711, - "y": 6862, + "x": 15191, + "y": 13702, "width": 371, "height": 32, "fontName": "Sans", @@ -52337,25 +58336,25 @@ "visible": true, "vertices": [ { - "x": 14695, - "y": 6890 + "x": 15175, + "y": 13740 }, { - "x": 14080, - "y": 6890 + "x": 14560, + "y": 13740 }, { - "x": 14080, - "y": 6740 + "x": 14560, + "y": 13580 }, { - "x": 14035, - "y": 6740 + "x": 14525, + "y": 13580 } ], "label": { - "x": 14711, - "y": 6892, + "x": 15191, + "y": 13742, "width": 381, "height": 32, "fontName": "Sans", @@ -52379,17 +58378,17 @@ "visible": true, "vertices": [ { - "x": 13605, - "y": 6530 + "x": 14095, + "y": 13370 }, { - "x": 13585, - "y": 6530 + "x": 14065, + "y": 13370 } ], "label": { - "x": 13621, - "y": 6532, + "x": 14111, + "y": 13372, "width": 433, "height": 32, "fontName": "Sans", @@ -52413,17 +58412,17 @@ "visible": true, "vertices": [ { - "x": 13605, - "y": 6740 + "x": 14095, + "y": 13580 }, { - "x": 13585, - "y": 6740 + "x": 14065, + "y": 13580 } ], "label": { - "x": 13621, - "y": 6742, + "x": 14111, + "y": 13582, "width": 516, "height": 32, "fontName": "Sans", @@ -52447,25 +58446,25 @@ "visible": true, "vertices": [ { - "x": 920, - "y": 380 + "x": 5560, + "y": 6060 }, { - "x": 920, - "y": 640 + "x": 5560, + "y": 7210 }, { - "x": 1390, - "y": 640 + "x": 5520, + "y": 7210 }, { - "x": 1390, - "y": 675 + "x": 5520, + "y": 7405 } ], "label": { - "x": 928, - "y": 370, + "x": 5568, + "y": 6050, "width": 435, "height": 32, "fontName": "Sans", @@ -52489,25 +58488,17 @@ "visible": true, "vertices": [ { - "x": 990, - "y": 380 + "x": 5640, + "y": 6060 }, { - "x": 990, - "y": 420 - }, - { - "x": 1030, - "y": 420 - }, - { - "x": 1030, - "y": 455 + "x": 5640, + "y": 7255 } ], "label": { - "x": 998, - "y": 338, + "x": 5648, + "y": 6018, "width": 445, "height": 32, "fontName": "Sans", @@ -52531,17 +58522,17 @@ "visible": true, "vertices": [ { - "x": 1055, - "y": 280 + "x": 5695, + "y": 5960 }, { - "x": 1075, - "y": 280 + "x": 5715, + "y": 5960 } ], "label": { - "x": 1051, - "y": 282, + "x": 5691, + "y": 5962, "width": 410, "height": 32, "fontName": "Sans", @@ -52565,17 +58556,17 @@ "visible": true, "vertices": [ { - "x": 840, - "y": 175 + "x": 5480, + "y": 5855 }, { - "x": 840, - "y": 151 + "x": 5480, + "y": 5771 } ], "label": { - "x": 848, - "y": 153, + "x": 5488, + "y": 5833, "width": 404, "height": 32, "fontName": "Sans", @@ -52599,17 +58590,17 @@ "visible": true, "vertices": [ { - "x": 625, - "y": 280 + "x": 5265, + "y": 5960 }, { - "x": 605, - "y": 280 + "x": 5245, + "y": 5960 } ], "label": { - "x": 641, - "y": 250, + "x": 5281, + "y": 5930, "width": 384, "height": 32, "fontName": "Sans", @@ -52633,17 +58624,25 @@ "visible": true, "vertices": [ { - "x": 690, - "y": 380 + "x": 5330, + "y": 6060 }, { - "x": 690, - "y": 1535 + "x": 5330, + "y": 6110 + }, + { + "x": 5280, + "y": 6110 + }, + { + "x": 5280, + "y": 6145 } ], "label": { - "x": 698, - "y": 370, + "x": 5338, + "y": 6050, "width": 394, "height": 32, "fontName": "Sans", @@ -52667,25 +58666,25 @@ "visible": true, "vertices": [ { - "x": 760, - "y": 380 + "x": 5410, + "y": 6060 }, { - "x": 760, - "y": 1110 + "x": 5410, + "y": 6350 }, { - "x": 810, - "y": 1110 + "x": 5370, + "y": 6350 }, { - "x": 810, - "y": 1155 + "x": 5370, + "y": 6395 } ], "label": { - "x": 768, - "y": 370, + "x": 5418, + "y": 6050, "width": 451, "height": 32, "fontName": "Sans", @@ -52709,25 +58708,25 @@ "visible": true, "vertices": [ { - "x": 840, - "y": 380 + "x": 5490, + "y": 6060 }, { - "x": 840, - "y": 700 + "x": 5490, + "y": 6790 }, { - "x": 880, - "y": 700 + "x": 5440, + "y": 6790 }, { - "x": 880, - "y": 735 + "x": 5440, + "y": 6835 } ], "label": { - "x": 848, - "y": 370, + "x": 5498, + "y": 6050, "width": 461, "height": 32, "fontName": "Sans", @@ -52751,17 +58750,17 @@ "visible": true, "vertices": [ { - "x": 950, - "y": 1322 + "x": 5230, + "y": 6562 }, { - "x": 950, - "y": 1345 + "x": 5230, + "y": 6585 } ], "label": { - "x": 958, - "y": 1312, + "x": 5238, + "y": 6552, "width": 513, "height": 32, "fontName": "Sans", @@ -52785,17 +58784,17 @@ "visible": true, "vertices": [ { - "x": 1020, - "y": 883 + "x": 5310, + "y": 6983 }, { - "x": 1020, - "y": 905 + "x": 5310, + "y": 7005 } ], "label": { - "x": 1028, - "y": 873, + "x": 5318, + "y": 6973, "width": 596, "height": 32, "fontName": "Sans", @@ -52819,21 +58818,21 @@ "visible": true, "vertices": [ { - "x": 800, - "y": 9605 + "x": 2060, + "y": 16455 }, { - "x": 800, - "y": 8690 + "x": 2060, + "y": 15540 }, { - "x": 1195, - "y": 8690 + "x": 2385, + "y": 15540 } ], "label": { - "x": 808, - "y": 9615, + "x": 2068, + "y": 16465, "width": 397, "height": 32, "fontName": "Sans", @@ -52857,21 +58856,21 @@ "visible": true, "vertices": [ { - "x": 700, - "y": 9605 + "x": 1960, + "y": 16455 }, { - "x": 700, - "y": 8590 + "x": 1960, + "y": 15320 }, { - "x": 745, - "y": 8590 + "x": 1995, + "y": 15320 } ], "label": { - "x": 708, - "y": 9583, + "x": 1968, + "y": 16433, "width": 407, "height": 32, "fontName": "Sans", @@ -52895,17 +58894,17 @@ "visible": true, "vertices": [ { - "x": 600, - "y": 9605 + "x": 1850, + "y": 16455 }, { - "x": 600, - "y": 8497 + "x": 1850, + "y": 15227 } ], "label": { - "x": 608, - "y": 9615, + "x": 1858, + "y": 16465, "width": 372, "height": 32, "fontName": "Sans", @@ -52929,17 +58928,17 @@ "visible": true, "vertices": [ { - "x": 525, - "y": 9710 + "x": 1775, + "y": 16550 }, { - "x": 445, - "y": 9710 + "x": 1695, + "y": 16550 } ], "label": { - "x": 541, - "y": 9680, + "x": 1791, + "y": 16520, "width": 366, "height": 32, "fontName": "Sans", @@ -52963,17 +58962,17 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 9810 + "x": 1990, + "y": 16660 }, { - "x": 740, - "y": 9835 + "x": 1990, + "y": 16685 } ], "label": { - "x": 748, - "y": 9768, + "x": 1998, + "y": 16618, "width": 346, "height": 32, "fontName": "Sans", @@ -52997,17 +58996,17 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 9770 + "x": 2205, + "y": 16620 }, { - "x": 1095, - "y": 9770 + "x": 2345, + "y": 16620 } ], "label": { - "x": 951, - "y": 9772, + "x": 2201, + "y": 16622, "width": 356, "height": 32, "fontName": "Sans", @@ -53031,25 +59030,25 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 9670 + "x": 2205, + "y": 16520 }, { - "x": 1060, - "y": 9670 + "x": 2310, + "y": 16520 }, { - "x": 1060, - "y": 9600 + "x": 2310, + "y": 16440 }, { - "x": 1095, - "y": 9600 + "x": 2345, + "y": 16440 } ], "label": { - "x": 951, - "y": 9672, + "x": 2201, + "y": 16522, "width": 413, "height": 32, "fontName": "Sans", @@ -53073,25 +59072,25 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 9640 + "x": 2205, + "y": 16490 }, { - "x": 1000, - "y": 9640 + "x": 2250, + "y": 16490 }, { - "x": 1000, - "y": 9410 + "x": 2250, + "y": 16260 }, { - "x": 1035, - "y": 9410 + "x": 2285, + "y": 16260 } ], "label": { - "x": 951, - "y": 9642, + "x": 2201, + "y": 16492, "width": 423, "height": 32, "fontName": "Sans", @@ -53115,17 +59114,17 @@ "visible": true, "vertices": [ { - "x": 1525, - "y": 9590 + "x": 2775, + "y": 16440 }, { - "x": 1615, - "y": 9590 + "x": 2865, + "y": 16440 } ], "label": { - "x": 1521, - "y": 9592, + "x": 2771, + "y": 16442, "width": 475, "height": 32, "fontName": "Sans", @@ -53149,17 +59148,17 @@ "visible": true, "vertices": [ { - "x": 1465, - "y": 9410 + "x": 2715, + "y": 16260 }, { - "x": 1495, - "y": 9410 + "x": 2735, + "y": 16260 } ], "label": { - "x": 1461, - "y": 9412, + "x": 2711, + "y": 16262, "width": 558, "height": 32, "fontName": "Sans", @@ -53183,29 +59182,29 @@ "visible": true, "vertices": [ { - "x": 2150, - "y": 10955 + "x": 3620, + "y": 17815 }, { - "x": 2150, - "y": 9240 + "x": 3620, + "y": 16090 }, { - "x": 2200, - "y": 9240 + "x": 3660, + "y": 16090 }, { - "x": 2200, - "y": 9020 + "x": 3660, + "y": 15870 }, { - "x": 1625, - "y": 9020 + "x": 2815, + "y": 15870 } ], "label": { - "x": 2158, - "y": 10965, + "x": 3628, + "y": 17825, "width": 341, "height": 32, "fontName": "Sans", @@ -53229,17 +59228,17 @@ "visible": true, "vertices": [ { - "x": 2080, - "y": 10955 + "x": 3540, + "y": 17815 }, { - "x": 2080, - "y": 9201 + "x": 3540, + "y": 16051 } ], "label": { - "x": 2088, - "y": 10933, + "x": 3548, + "y": 17793, "width": 351, "height": 32, "fontName": "Sans", @@ -53263,17 +59262,17 @@ "visible": true, "vertices": [ { - "x": 2015, - "y": 11060 + "x": 3485, + "y": 17910 }, { - "x": 1995, - "y": 11060 + "x": 3455, + "y": 17910 } ], "label": { - "x": 2031, - "y": 11062, + "x": 3501, + "y": 17912, "width": 316, "height": 32, "fontName": "Sans", @@ -53297,17 +59296,17 @@ "visible": true, "vertices": [ { - "x": 2230, - "y": 11160 + "x": 3700, + "y": 18020 }, { - "x": 2230, - "y": 11185 + "x": 3700, + "y": 18045 } ], "label": { - "x": 2238, - "y": 11118, + "x": 3708, + "y": 17978, "width": 310, "height": 32, "fontName": "Sans", @@ -53331,17 +59330,17 @@ "visible": true, "vertices": [ { - "x": 2445, - "y": 11060 + "x": 3915, + "y": 17910 }, { - "x": 2465, - "y": 11060 + "x": 3935, + "y": 17910 } ], "label": { - "x": 2441, - "y": 11030, + "x": 3911, + "y": 17880, "width": 290, "height": 32, "fontName": "Sans", @@ -53365,25 +59364,25 @@ "visible": true, "vertices": [ { - "x": 2380, - "y": 10955 + "x": 3850, + "y": 17815 }, { - "x": 2380, - "y": 10920 + "x": 3850, + "y": 17770 }, { - "x": 2420, - "y": 10920 + "x": 3880, + "y": 17770 }, { - "x": 2420, - "y": 10882 + "x": 3880, + "y": 17732 } ], "label": { - "x": 2388, - "y": 10965, + "x": 3858, + "y": 17825, "width": 300, "height": 32, "fontName": "Sans", @@ -53407,25 +59406,25 @@ "visible": true, "vertices": [ { - "x": 2300, - "y": 10955 + "x": 3760, + "y": 17815 }, { - "x": 2300, - "y": 10480 + "x": 3760, + "y": 17330 }, { - "x": 2350, - "y": 10480 + "x": 3810, + "y": 17330 }, { - "x": 2350, - "y": 10442 + "x": 3810, + "y": 17292 } ], "label": { - "x": 2308, - "y": 10965, + "x": 3768, + "y": 17825, "width": 357, "height": 32, "fontName": "Sans", @@ -53449,25 +59448,25 @@ "visible": true, "vertices": [ { - "x": 2230, - "y": 10955 + "x": 3690, + "y": 17815 }, { - "x": 2230, - "y": 9850 + "x": 3690, + "y": 16700 }, { - "x": 2280, - "y": 9850 + "x": 3740, + "y": 16700 }, { - "x": 2280, - "y": 9813 + "x": 3740, + "y": 16663 } ], "label": { - "x": 2238, - "y": 10965, + "x": 3698, + "y": 17825, "width": 367, "height": 32, "fontName": "Sans", @@ -53491,17 +59490,17 @@ "visible": true, "vertices": [ { - "x": 2480, - "y": 10275 + "x": 3950, + "y": 17125 }, { - "x": 2480, - "y": 10252 + "x": 3950, + "y": 17102 } ], "label": { - "x": 2488, - "y": 10285, + "x": 3958, + "y": 17135, "width": 419, "height": 32, "fontName": "Sans", @@ -53525,17 +59524,17 @@ "visible": true, "vertices": [ { - "x": 2410, - "y": 9665 + "x": 3870, + "y": 16515 }, { - "x": 2410, - "y": 9642 + "x": 3870, + "y": 16492 } ], "label": { - "x": 2418, - "y": 9675, + "x": 3878, + "y": 16525, "width": 502, "height": 32, "fontName": "Sans", @@ -53559,29 +59558,29 @@ "visible": true, "vertices": [ { - "x": 24055, - "y": 6240 + "x": 23385, + "y": 6040 }, { - "x": 23380, - "y": 6240 + "x": 22710, + "y": 6040 }, { - "x": 23380, - "y": 6170 + "x": 22710, + "y": 5960 }, { - "x": 15770, - "y": 6170 + "x": 16260, + "y": 5960 }, { - "x": 15770, - "y": 8835 + "x": 16260, + "y": 15675 } ], "label": { - "x": 24071, - "y": 6242, + "x": 23401, + "y": 6042, "width": 427, "height": 32, "fontName": "Sans", @@ -53605,17 +59604,17 @@ "visible": true, "vertices": [ { - "x": 24055, - "y": 6280 + "x": 23385, + "y": 6070 }, { - "x": 23345, - "y": 6280 + "x": 22675, + "y": 6070 } ], "label": { - "x": 24071, - "y": 6250, + "x": 23401, + "y": 6040, "width": 437, "height": 32, "fontName": "Sans", @@ -53639,17 +59638,17 @@ "visible": true, "vertices": [ { - "x": 24270, - "y": 6310 + "x": 23600, + "y": 6100 }, { - "x": 24270, - "y": 6335 + "x": 23600, + "y": 6125 } ], "label": { - "x": 24278, - "y": 6300, + "x": 23608, + "y": 6090, "width": 402, "height": 32, "fontName": "Sans", @@ -53673,17 +59672,17 @@ "visible": true, "vertices": [ { - "x": 24485, - "y": 6210 + "x": 23815, + "y": 6000 }, { - "x": 24565, - "y": 6210 + "x": 23905, + "y": 6000 } ], "label": { - "x": 24481, - "y": 6180, + "x": 23811, + "y": 5970, "width": 396, "height": 32, "fontName": "Sans", @@ -53707,17 +59706,17 @@ "visible": true, "vertices": [ { - "x": 24270, - "y": 6105 + "x": 23600, + "y": 5895 }, { - "x": 24270, - "y": 6091 + "x": 23600, + "y": 5881 } ], "label": { - "x": 24278, - "y": 6083, + "x": 23608, + "y": 5873, "width": 376, "height": 32, "fontName": "Sans", @@ -53741,25 +59740,25 @@ "visible": true, "vertices": [ { - "x": 24055, - "y": 6140 + "x": 23385, + "y": 5930 }, { - "x": 24010, - "y": 6140 + "x": 23350, + "y": 5930 }, { - "x": 24010, - "y": 6050 + "x": 23350, + "y": 5840 }, { - "x": 23975, - "y": 6050 + "x": 23305, + "y": 5840 } ], "label": { - "x": 24071, - "y": 6142, + "x": 23401, + "y": 5932, "width": 386, "height": 32, "fontName": "Sans", @@ -53783,25 +59782,25 @@ "visible": true, "vertices": [ { - "x": 24055, - "y": 6170 + "x": 23385, + "y": 5960 }, { - "x": 23500, - "y": 6170 + "x": 22840, + "y": 5960 }, { - "x": 23500, - "y": 1560 + "x": 22840, + "y": 140 }, { - "x": 23405, - "y": 1560 + "x": 22795, + "y": 140 } ], "label": { - "x": 24071, - "y": 6172, + "x": 23401, + "y": 5962, "width": 443, "height": 32, "fontName": "Sans", @@ -53825,25 +59824,25 @@ "visible": true, "vertices": [ { - "x": 24055, - "y": 6200 + "x": 23385, + "y": 6000 }, { - "x": 23440, - "y": 6200 + "x": 22770, + "y": 6000 }, { - "x": 23440, - "y": 1760 + "x": 22770, + "y": 350 }, { - "x": 23405, - "y": 1760 + "x": 22735, + "y": 350 } ], "label": { - "x": 24071, - "y": 6202, + "x": 23401, + "y": 6002, "width": 453, "height": 32, "fontName": "Sans", @@ -53867,17 +59866,17 @@ "visible": true, "vertices": [ { - "x": 22975, - "y": 1550 + "x": 22365, + "y": 140 }, { - "x": 22945, - "y": 1550 + "x": 22345, + "y": 140 } ], "label": { - "x": 22991, - "y": 1552, + "x": 22381, + "y": 142, "width": 505, "height": 32, "fontName": "Sans", @@ -53901,17 +59900,17 @@ "visible": true, "vertices": [ { - "x": 22975, - "y": 1750 + "x": 22305, + "y": 340 }, { - "x": 22945, - "y": 1750 + "x": 22285, + "y": 340 } ], "label": { - "x": 22991, - "y": 1752, + "x": 22321, + "y": 342, "width": 588, "height": 32, "fontName": "Sans", @@ -53935,25 +59934,25 @@ "visible": true, "vertices": [ { - "x": 15895, - "y": 5580 + "x": 16375, + "y": 5360 }, { - "x": 16130, - "y": 5580 + "x": 16620, + "y": 5360 }, { - "x": 16130, - "y": 2810 + "x": 16620, + "y": 5080 }, { - "x": 16485, - "y": 2810 + "x": 16975, + "y": 5080 } ], "label": { - "x": 15891, - "y": 5582, + "x": 16371, + "y": 5362, "width": 393, "height": 32, "fontName": "Sans", @@ -53977,17 +59976,17 @@ "visible": true, "vertices": [ { - "x": 15670, - "y": 5720 + "x": 16160, + "y": 5510 }, { - "x": 15670, - "y": 5735 + "x": 16160, + "y": 5525 } ], "label": { - "x": 15678, - "y": 5678, + "x": 16168, + "y": 5468, "width": 403, "height": 32, "fontName": "Sans", @@ -54011,17 +60010,17 @@ "visible": true, "vertices": [ { - "x": 15895, - "y": 5680 + "x": 16375, + "y": 5470 }, { - "x": 22535, - "y": 5680 + "x": 22165, + "y": 5470 } ], "label": { - "x": 15891, - "y": 5682, + "x": 16371, + "y": 5472, "width": 368, "height": 32, "fontName": "Sans", @@ -54045,17 +60044,17 @@ "visible": true, "vertices": [ { - "x": 15540, - "y": 5515 + "x": 16020, + "y": 5305 }, { - "x": 15540, - "y": 1571 + "x": 16020, + "y": 171 } ], "label": { - "x": 15548, - "y": 5493, + "x": 16028, + "y": 5283, "width": 362, "height": 32, "fontName": "Sans", @@ -54079,17 +60078,17 @@ "visible": true, "vertices": [ { - "x": 15465, - "y": 5610 + "x": 15945, + "y": 5400 }, { - "x": 15375, - "y": 5610 + "x": 15865, + "y": 5400 } ], "label": { - "x": 15481, - "y": 5580, + "x": 15961, + "y": 5370, "width": 342, "height": 32, "fontName": "Sans", @@ -54113,25 +60112,25 @@ "visible": true, "vertices": [ { - "x": 15895, - "y": 5550 + "x": 16375, + "y": 5340 }, { - "x": 15940, - "y": 5550 + "x": 16420, + "y": 5340 }, { - "x": 15940, - "y": 2690 + "x": 16420, + "y": 1290 }, { - "x": 15975, - "y": 2690 + "x": 16465, + "y": 1290 } ], "label": { - "x": 15891, - "y": 5552, + "x": 16371, + "y": 5342, "width": 352, "height": 32, "fontName": "Sans", @@ -54155,21 +60154,21 @@ "visible": true, "vertices": [ { - "x": 15740, - "y": 5515 + "x": 16230, + "y": 5305 }, { - "x": 15740, - "y": 1940 + "x": 16230, + "y": 540 }, { - "x": 15775, - "y": 1940 + "x": 16265, + "y": 540 } ], "label": { - "x": 15748, - "y": 5525, + "x": 16238, + "y": 5315, "width": 409, "height": 32, "fontName": "Sans", @@ -54193,21 +60192,21 @@ "visible": true, "vertices": [ { - "x": 15640, - "y": 5515 + "x": 16130, + "y": 5305 }, { - "x": 15640, - "y": 1610 + "x": 16130, + "y": 210 }, { - "x": 16685, - "y": 1610 + "x": 20905, + "y": 210 } ], "label": { - "x": 15648, - "y": 5525, + "x": 16138, + "y": 5315, "width": 419, "height": 32, "fontName": "Sans", @@ -54231,17 +60230,17 @@ "visible": true, "vertices": [ { - "x": 16205, - "y": 1940 + "x": 16695, + "y": 540 }, { - "x": 16225, - "y": 1940 + "x": 16725, + "y": 540 } ], "label": { - "x": 16201, - "y": 1942, + "x": 16691, + "y": 542, "width": 471, "height": 32, "fontName": "Sans", @@ -54265,21 +60264,21 @@ "visible": true, "vertices": [ { - "x": 17040, - "y": 1535 + "x": 21260, + "y": 135 }, { - "x": 17040, - "y": 1500 + "x": 21260, + "y": 100 }, { - "x": 22065, - "y": 1500 + "x": 21355, + "y": 100 } ], "label": { - "x": 17048, - "y": 1545, + "x": 21268, + "y": 145, "width": 554, "height": 32, "fontName": "Sans", @@ -54303,25 +60302,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4800 + "x": 7825, + "y": 11480 }, { - "x": 7490, - "y": 4800 + "x": 8380, + "y": 11480 }, { - "x": 7490, - "y": 4710 + "x": 8380, + "y": 11390 }, { - "x": 7525, - "y": 4710 + "x": 8415, + "y": 11390 } ], "label": { - "x": 6925, - "y": 4760, + "x": 7815, + "y": 11440, "width": 306, "height": 32, "fontName": "Sans", @@ -54345,25 +60344,25 @@ "visible": true, "vertices": [ { - "x": 6935, - "y": 4770 + "x": 7825, + "y": 11460 }, { - "x": 6970, - "y": 4770 + "x": 7860, + "y": 11460 }, { - "x": 6970, - "y": 4700 + "x": 7860, + "y": 11380 }, { - "x": 7015, - "y": 4700 + "x": 7905, + "y": 11380 } ], "label": { - "x": 6931, - "y": 4772, + "x": 7821, + "y": 11462, "width": 316, "height": 32, "fontName": "Sans", @@ -54387,21 +60386,21 @@ "visible": true, "vertices": [ { - "x": 6780, - "y": 4745 + "x": 7680, + "y": 11415 }, { - "x": 6780, - "y": 4510 + "x": 7680, + "y": 11190 }, { - "x": 6825, - "y": 4510 + "x": 7715, + "y": 11190 } ], "label": { - "x": 6465, - "y": 4713, + "x": 7365, + "y": 11383, "width": 317, "height": 32, "fontName": "Sans", @@ -54425,17 +60424,17 @@ "visible": true, "vertices": [ { - "x": 20490, - "y": 3393 + "x": 20350, + "y": 2773 }, { - "x": 20490, - "y": 4325 + "x": 20350, + "y": 4115 } ], "label": { - "x": 20327, - "y": 3341, + "x": 20187, + "y": 2721, "width": 165, "height": 32, "fontName": "Sans", @@ -54459,17 +60458,17 @@ "visible": true, "vertices": [ { - "x": 20490, - "y": 3105 + "x": 20350, + "y": 2485 }, { - "x": 20490, - "y": 3083 + "x": 20350, + "y": 2463 } ], "label": { - "x": 20492, - "y": 3073, + "x": 20352, + "y": 2453, "width": 191, "height": 32, "fontName": "Sans", @@ -54493,21 +60492,21 @@ "visible": true, "vertices": [ { - "x": 18400, - "y": 3065 + "x": 18290, + "y": 1785 }, { - "x": 18400, - "y": 2780 + "x": 18290, + "y": 1570 }, { - "x": 18595, - "y": 2780 + "x": 18515, + "y": 1570 } ], "label": { - "x": 18408, - "y": 3075, + "x": 18298, + "y": 1795, "width": 337, "height": 32, "fontName": "Sans", @@ -54531,17 +60530,21 @@ "visible": true, "vertices": [ { - "x": 18300, - "y": 3065 + "x": 18190, + "y": 1785 }, { - "x": 18300, - "y": 2741 + "x": 18190, + "y": 1370 + }, + { + "x": 18225, + "y": 1370 } ], "label": { - "x": 18308, - "y": 3043, + "x": 18198, + "y": 1763, "width": 347, "height": 32, "fontName": "Sans", @@ -54565,21 +60568,21 @@ "visible": true, "vertices": [ { - "x": 18215, - "y": 3220 + "x": 18005, + "y": 1930 }, { - "x": 17150, - "y": 3220 + "x": 17450, + "y": 1930 }, { - "x": 17150, - "y": 2690 + "x": 17450, + "y": 1230 } ], "label": { - "x": 18231, - "y": 3222, + "x": 18021, + "y": 1932, "width": 312, "height": 32, "fontName": "Sans", @@ -54603,25 +60606,17 @@ "visible": true, "vertices": [ { - "x": 18215, - "y": 3110 + "x": 18080, + "y": 1785 }, { - "x": 18180, - "y": 3110 - }, - { - "x": 18180, - "y": 3060 - }, - { - "x": 18135, - "y": 3060 + "x": 18080, + "y": 1281 } ], "label": { - "x": 18231, - "y": 3080, + "x": 18088, + "y": 1763, "width": 306, "height": 32, "fontName": "Sans", @@ -54645,25 +60640,25 @@ "visible": true, "vertices": [ { - "x": 18215, - "y": 3170 + "x": 18005, + "y": 1850 }, { - "x": 17660, - "y": 3170 + "x": 17960, + "y": 1850 }, { - "x": 17660, - "y": 3120 + "x": 17960, + "y": 1820 }, { - "x": 17625, - "y": 3120 + "x": 17925, + "y": 1820 } ], "label": { - "x": 18231, - "y": 3140, + "x": 18021, + "y": 1820, "width": 286, "height": 32, "fontName": "Sans", @@ -54687,17 +60682,17 @@ "visible": true, "vertices": [ { - "x": 18430, - "y": 3270 + "x": 18220, + "y": 1990 }, { - "x": 18430, - "y": 3295 + "x": 18220, + "y": 2015 } ], "label": { - "x": 18438, - "y": 3260, + "x": 18228, + "y": 1980, "width": 296, "height": 32, "fontName": "Sans", @@ -54721,21 +60716,25 @@ "visible": true, "vertices": [ { - "x": 18500, - "y": 3065 + "x": 18435, + "y": 1830 }, { - "x": 18500, - "y": 2960 + "x": 18470, + "y": 1830 }, { - "x": 18535, - "y": 2960 + "x": 18470, + "y": 1780 + }, + { + "x": 18515, + "y": 1780 } ], "label": { - "x": 18508, - "y": 3075, + "x": 18431, + "y": 1832, "width": 353, "height": 32, "fontName": "Sans", @@ -54759,17 +60758,17 @@ "visible": true, "vertices": [ { - "x": 18645, - "y": 3140 + "x": 18435, + "y": 1950 }, { - "x": 18665, - "y": 3140 + "x": 18455, + "y": 1950 } ], "label": { - "x": 18641, - "y": 3142, + "x": 18431, + "y": 1952, "width": 363, "height": 32, "fontName": "Sans", @@ -54792,26 +60791,18 @@ "lineWidth": 1, "visible": true, "vertices": [ + { + "x": 18945, + "y": 1770 + }, { "x": 18965, - "y": 2960 - }, - { - "x": 19010, - "y": 2960 - }, - { - "x": 19010, - "y": 2910 - }, - { - "x": 19055, - "y": 2910 + "y": 1770 } ], "label": { - "x": 18961, - "y": 2962, + "x": 18941, + "y": 1772, "width": 415, "height": 32, "fontName": "Sans", @@ -54835,17 +60826,17 @@ "visible": true, "vertices": [ { - "x": 19095, - "y": 3140 + "x": 18885, + "y": 1960 }, { - "x": 19115, - "y": 3140 + "x": 18965, + "y": 1960 } ], "label": { - "x": 19091, - "y": 3142, + "x": 18881, + "y": 1962, "width": 498, "height": 32, "fontName": "Sans", @@ -54869,21 +60860,21 @@ "visible": true, "vertices": [ { - "x": 14460, - "y": 6255 + "x": 810, + "y": 19075 }, { - "x": 14460, - "y": 5810 + "x": 810, + "y": 18350 }, { - "x": 15005, - "y": 5810 + "x": 1145, + "y": 18350 } ], "label": { - "x": 14468, - "y": 6265, + "x": 818, + "y": 19085, "width": 399, "height": 32, "fontName": "Sans", @@ -54907,21 +60898,21 @@ "visible": true, "vertices": [ { - "x": 14360, - "y": 6255 + "x": 710, + "y": 19075 }, { - "x": 14360, - "y": 5700 + "x": 710, + "y": 18160 }, { - "x": 14405, - "y": 5700 + "x": 745, + "y": 18160 } ], "label": { - "x": 14368, - "y": 6233, + "x": 718, + "y": 19053, "width": 409, "height": 32, "fontName": "Sans", @@ -54945,17 +60936,17 @@ "visible": true, "vertices": [ { - "x": 14260, - "y": 6255 + "x": 610, + "y": 19075 }, { - "x": 14260, - "y": 5610 + "x": 610, + "y": 18070 } ], "label": { - "x": 14268, - "y": 6265, + "x": 618, + "y": 19085, "width": 374, "height": 32, "fontName": "Sans", @@ -54979,17 +60970,17 @@ "visible": true, "vertices": [ { - "x": 14175, - "y": 6350 + "x": 525, + "y": 19180 }, { - "x": 14095, - "y": 6350 + "x": 445, + "y": 19180 } ], "label": { - "x": 14191, - "y": 6320, + "x": 541, + "y": 19150, "width": 368, "height": 32, "fontName": "Sans", @@ -55013,17 +61004,17 @@ "visible": true, "vertices": [ { - "x": 14400, - "y": 6460 + "x": 740, + "y": 19280 }, { - "x": 14400, - "y": 6475 + "x": 740, + "y": 19305 } ], "label": { - "x": 14408, - "y": 6418, + "x": 748, + "y": 19238, "width": 348, "height": 32, "fontName": "Sans", @@ -55047,17 +61038,17 @@ "visible": true, "vertices": [ { - "x": 14605, - "y": 6420 + "x": 955, + "y": 19240 }, { - "x": 14755, - "y": 6420 + "x": 1105, + "y": 19240 } ], "label": { - "x": 14601, - "y": 6422, + "x": 951, + "y": 19242, "width": 358, "height": 32, "fontName": "Sans", @@ -55081,25 +61072,25 @@ "visible": true, "vertices": [ { - "x": 14605, - "y": 6320 + "x": 955, + "y": 19140 }, { - "x": 14710, - "y": 6320 + "x": 1060, + "y": 19140 }, { - "x": 14710, - "y": 6240 + "x": 1060, + "y": 19060 }, { - "x": 14755, - "y": 6240 + "x": 1105, + "y": 19060 } ], "label": { - "x": 14601, - "y": 6322, + "x": 951, + "y": 19142, "width": 415, "height": 32, "fontName": "Sans", @@ -55123,25 +61114,25 @@ "visible": true, "vertices": [ { - "x": 14605, - "y": 6290 + "x": 955, + "y": 19110 }, { - "x": 14650, - "y": 6290 + "x": 1000, + "y": 19110 }, { - "x": 14650, - "y": 6060 + "x": 1000, + "y": 18880 }, { - "x": 14695, - "y": 6060 + "x": 1045, + "y": 18880 } ], "label": { - "x": 14601, - "y": 6292, + "x": 951, + "y": 19112, "width": 425, "height": 32, "fontName": "Sans", @@ -55165,17 +61156,17 @@ "visible": true, "vertices": [ { - "x": 15185, - "y": 6240 + "x": 1535, + "y": 19060 }, { - "x": 15205, - "y": 6240 + "x": 1555, + "y": 19060 } ], "label": { - "x": 15181, - "y": 6242, + "x": 1531, + "y": 19062, "width": 477, "height": 32, "fontName": "Sans", @@ -55199,17 +61190,17 @@ "visible": true, "vertices": [ { - "x": 15125, - "y": 6050 + "x": 1475, + "y": 18880 }, { - "x": 15145, - "y": 6050 + "x": 1495, + "y": 18880 } ], "label": { - "x": 15121, - "y": 6052, + "x": 1471, + "y": 18882, "width": 560, "height": 32, "fontName": "Sans", @@ -55233,17 +61224,17 @@ "visible": true, "vertices": [ { - "x": 20490, - "y": 2795 + "x": 20350, + "y": 2175 }, { - "x": 20490, - "y": 2769 + "x": 20350, + "y": 2149 } ], "label": { - "x": 20300, - "y": 2763, + "x": 20160, + "y": 2143, "width": 192, "height": 32, "fontName": "Sans", @@ -55267,21 +61258,21 @@ "visible": true, "vertices": [ { - "x": 17365, - "y": 2560 + "x": 17665, + "y": 1110 }, { - "x": 20490, - "y": 2560 + "x": 20350, + "y": 1110 }, { - "x": 20490, - "y": 2615 + "x": 20350, + "y": 1995 } ], "label": { - "x": 17355, - "y": 2520, + "x": 17655, + "y": 1070, "width": 296, "height": 32, "fontName": "Sans", @@ -55305,25 +61296,25 @@ "visible": true, "vertices": [ { - "x": 19025, - "y": 2730 + "x": 18945, + "y": 1590 }, { - "x": 19070, - "y": 2730 + "x": 20150, + "y": 1590 }, { - "x": 19070, - "y": 2660 + "x": 20150, + "y": 2030 }, { - "x": 20335, - "y": 2660 + "x": 20195, + "y": 2030 } ], "label": { - "x": 18694, - "y": 2690, + "x": 18614, + "y": 1550, "width": 321, "height": 32, "fontName": "Sans", @@ -55347,25 +61338,25 @@ "visible": true, "vertices": [ { - "x": 19545, - "y": 3090 + "x": 19395, + "y": 2000 }, { - "x": 19710, - "y": 3090 + "x": 19560, + "y": 2000 }, { - "x": 19710, - "y": 2710 + "x": 19560, + "y": 2090 }, { - "x": 20335, - "y": 2710 + "x": 20195, + "y": 2090 } ], "label": { - "x": 19146, - "y": 3050, + "x": 18996, + "y": 1960, "width": 389, "height": 32, "fontName": "Sans", @@ -55389,25 +61380,25 @@ "visible": true, "vertices": [ { - "x": 19485, - "y": 2860 + "x": 19395, + "y": 1770 }, { - "x": 19650, - "y": 2860 + "x": 19620, + "y": 1770 }, { - "x": 19650, - "y": 2690 + "x": 19620, + "y": 2060 }, { - "x": 20335, - "y": 2690 + "x": 20195, + "y": 2060 } ], "label": { - "x": 19159, - "y": 2820, + "x": 19069, + "y": 1730, "width": 316, "height": 32, "fontName": "Sans", @@ -55431,25 +61422,17 @@ "visible": true, "vertices": [ { - "x": 18645, - "y": 3370 + "x": 18435, + "y": 2120 }, { - "x": 20280, - "y": 3370 - }, - { - "x": 20280, - "y": 2740 - }, - { - "x": 20335, - "y": 2740 + "x": 20195, + "y": 2120 } ], "label": { - "x": 18641, - "y": 3340, + "x": 18431, + "y": 2090, "width": 280, "height": 32, "fontName": "Sans", @@ -55464,6 +61447,578 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_Category_Category_1", + "sourceTableName": "Category", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22129, + "y": 3560 + }, + { + "x": 22150, + "y": 3560 + }, + { + "x": 22150, + "y": 3620 + }, + { + "x": 22090, + "y": 3620 + }, + { + "x": 22090, + "y": 3599 + } + ], + "label": { + "x": 22119, + "y": 3520, + "width": 166, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_CreateNewCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4330, + "y": 19005 + }, + { + "x": 4330, + "y": 18650 + }, + { + "x": 1551, + "y": 18650 + } + ], + "label": { + "x": 4338, + "y": 19015, + "width": 343, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_CreateNewCategoryResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4260, + "y": 19005 + }, + { + "x": 4260, + "y": 18960 + }, + { + "x": 4220, + "y": 18960 + }, + { + "x": 4220, + "y": 18925 + } + ], + "label": { + "x": 4268, + "y": 19015, + "width": 353, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetAllCategoryByFilterRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4185, + "y": 19120 + }, + { + "x": 4168, + "y": 19120 + } + ], + "label": { + "x": 4201, + "y": 19122, + "width": 359, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllCategoryByFilterRequest_GetAllCategoryByFilterFilter", + "sourceTableName": "GetAllCategoryByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3835, + "y": 19120 + }, + { + "x": 3814, + "y": 19120 + } + ], + "label": { + "x": 3851, + "y": 19122, + "width": 421, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetAllCategoryByFilterResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19235 + }, + { + "x": 4420, + "y": 19315 + } + ], + "label": { + "x": 4428, + "y": 19225, + "width": 369, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllCategoryByFilterResponse_GetAllCategoryByFilterResponseModel", + "sourceTableName": "GetAllCategoryByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19545 + }, + { + "x": 4420, + "y": 19575 + } + ], + "label": { + "x": 4428, + "y": 19535, + "width": 504, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4646, + "y": 19120 + }, + { + "x": 4665, + "y": 19120 + } + ], + "label": { + "x": 4642, + "y": 19122, + "width": 292, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetCategoryResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4580, + "y": 19005 + }, + { + "x": 4580, + "y": 18231 + } + ], + "label": { + "x": 4588, + "y": 19015, + "width": 302, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_UpdateCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4500, + "y": 19005 + }, + { + "x": 4500, + "y": 18280 + }, + { + "x": 4400, + "y": 18280 + }, + { + "x": 4400, + "y": 18235 + } + ], + "label": { + "x": 4508, + "y": 19015, + "width": 318, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_DeleteCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19005 + }, + { + "x": 4420, + "y": 18590 + }, + { + "x": 4380, + "y": 18590 + }, + { + "x": 4380, + "y": 18545 + } + ], + "label": { + "x": 4428, + "y": 19015, + "width": 312, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_PruductCategory_Category_1", + "sourceTableName": "PruductCategory", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21709, + "y": 3450 + }, + { + "x": 21735, + "y": 3450 + } + ], + "label": { + "x": 21699, + "y": 3410, + "width": 219, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_PruductCategory_Products_1", + "sourceTableName": "PruductCategory", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21315, + "y": 3450 + }, + { + "x": 21295, + "y": 3450 + } + ], + "label": { + "x": 21325, + "y": 3410, + "width": 218, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_PruductCategoryService_CreateNewPruductCategoryRequest_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_CreateNewPruductCategoryResponse_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_UpdatePruductCategoryRequest_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_DeletePruductCategoryRequest_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetPruductCategoryRequest_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetPruductCategoryResponse_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterRequest_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterFilter_1", + "sourceTableName": "GetAllPruductCategoryByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterResponse_1", + "sourceTableName": "CMSService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null + }, + { + "name": "fk_PruductCategoryService_GetAllPruductCategoryByFilterModel_1", + "sourceTableName": "GetAllPruductCategoryByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": null, + "label": null } ], "viewRelations": [] diff --git a/docs/model1.ndm2 b/docs/model1.ndm2 index 9448d01..73db026 100644 --- a/docs/model1.ndm2 +++ b/docs/model1.ndm2 @@ -691,6 +691,332 @@ "dataCompressions": [] } }, + { + "objectType": "Table_MSSQL", + "name": "Category", + "comment": "دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_Category", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_Category_Category_1", + "fields": [ + "ParentId" + ], + "referencedSchema": "CMS", + "referencedTable": "Category", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, { "objectType": "Table_MSSQL", "name": "UserRole", @@ -5222,6 +5548,2372 @@ "dataCompressions": [] } }, + { + "objectType": "Table_MSSQL", + "name": "CategoryService", + "comment": "سرویس های دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CategoryService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewCategory", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد دسته بندی جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateCategory", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteCategory", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetCategory", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetCategory", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllCategoryByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی دسته بندی ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllCategoryByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_CreateNewCategoryRequest_1", + "fields": [ + "CreateNewCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewCategoryRequest", + "referencedFields": [ + "Name" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_CreateNewCategoryResponse_1", + "fields": [ + "CreateNewCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_UpdateCategoryRequest_1", + "fields": [ + "UpdateCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_DeleteCategoryRequest_1", + "fields": [ + "DeleteCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetCategoryRequest_1", + "fields": [ + "GetCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetCategoryRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetCategoryResponse_1", + "fields": [ + "GetCategory" + ], + "referencedSchema": "CMS", + "referencedTable": "GetCategoryResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetAllCategoryByFilterRequest_1", + "fields": [ + "GetAllCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CategoryService_GetAllCategoryByFilterResponse_1", + "fields": [ + "GetAllCategoryByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewCategoryRequest", + "comment": "ورودی ایجاد دسته بندی جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewCategoryRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewCategoryResponse", + "comment": "خروجی ایجاد دسته بندی جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_CreateNewCategoryResponse", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateCategoryRequest", + "comment": "ورودی ویرایش دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateCategoryRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_UpdateCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteCategoryRequest", + "comment": "ورودی حذف دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_DeleteCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetCategoryRequest", + "comment": "ورودی واکشی یک دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetCategoryRequest", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetCategoryResponse", + "comment": "خروجی واکشی یک دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetCategoryResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetCategoryResponse", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterRequest", + "comment": "ورودی واکشی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllCategoryByFilterRequest_GetAllCategoryByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterFilter", + "comment": "فیلترهای دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetAllCategoryByFilterFilter", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterResponse", + "comment": "خروجی واکشی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllCategoryByFilterResponse_GetAllCategoryByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllCategoryByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllCategoryByFilterResponseModel", + "comment": "مدل خروجی دسته بندی بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllCategoryByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Name", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام لاتین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Name", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس تصویر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsActive", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فعال؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsActive", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortOrder", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "ترتیب نمایش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_GetAllCategoryByFilterResponseModel", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, { "objectType": "Table_MSSQL", "name": "UserOrderService", @@ -9353,281 +12045,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "OtpToken", - "comment": "توکن Otp", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "موبایل مقصد", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Purpose", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "مقصود", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Purpose", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "CodeHash", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "کد هش شده", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CodeHash", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ExpiresAt", - "type": "datetime", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "زمان انقضا", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ExpiresAt", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Attempts", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شمارش تلاش‌ها", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Attempts", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsUsed", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "موفق بود؟", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "IsUsed", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_1_copy_1_copy_2_copy_2", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "GetAllOtpTokenByFilterRequest", @@ -10444,103 +12861,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewOtpTokenRequest", - "comment": "ورودی ایجاد توکن Otp جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewOtpTokenRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 1890, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "موبایل مقصد", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Purpose", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "مقصود", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Purpose", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "OtpTokenService", @@ -10789,424 +13109,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UserService", - "comment": "سرویس های کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UserService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4423, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewUser", - "type": "CreateCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "ایجاد کاربر جدید", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CreateNewUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdateUser", - "type": "UpdateCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "ویرایش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UpdateUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeleteUser", - "type": "DeleteCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "حذف کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "DeleteUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetUser", - "type": "GetOneQuery", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "واکشی یک کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetAllUserByFilter", - "type": "GetAllByFilterQuery", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "واکشی کاربر ها بر مبنای فیلتر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetAllUserByFilter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetJwtToken", - "type": "Query", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "واکشی توکن", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetJwtToken", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_CreateNewUserRequest_1", - "fields": [ - "CreateNewUser" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserRequest", - "referencedFields": [ - "FirstName" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_CreateNewUserResponse_1", - "fields": [ - "CreateNewUser" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_UpdateUserRequest_1", - "fields": [ - "UpdateUser" - ], - "referencedSchema": "CMS", - "referencedTable": "UpdateUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_DeleteUserRequest_1", - "fields": [ - "DeleteUser" - ], - "referencedSchema": "CMS", - "referencedTable": "DeleteUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetUserRequest_1", - "fields": [ - "GetUser" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetUserResponse_1", - "fields": [ - "GetUser" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetAllUserByFilterRequest_1", - "fields": [ - "GetAllUserByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserByFilterRequest", - "referencedFields": [ - "PaginationState" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetAllUserByFilterResponse_1", - "fields": [ - "GetAllUserByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserByFilterResponse", - "referencedFields": [ - "MetaData" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetJwtTokenRequest_1", - "fields": [ - "GetJwtToken" - ], - "referencedSchema": "CMS", - "referencedTable": "GetJwtTokenRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetJwtTokenResponse_1", - "fields": [ - "GetJwtToken" - ], - "referencedSchema": "CMS", - "referencedTable": "GetJwtTokenResponse", - "referencedFields": [ - "Token" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "GetJwtTokenRequest", @@ -12283,616 +14185,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "GetAllUserOrderByFilterResponseModel", - "comment": "مدل خروجی سفارش کاربر بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserOrderByFilterResponseModel", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2138, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_21", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "GetAllUserOrderByFilterFilter", - "comment": "فیلترهای سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserOrderByFilterFilter", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 1841, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "bit", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_22", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "UpdateUserOrderRequest", @@ -16125,572 +17417,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "User", - "comment": "کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "FirstName", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "نام", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "FirstName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "LastName", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "نام خانوادگی", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "LastName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شماره موبایل", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "NationalCode", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "کد ملی", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "NationalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "AvatarPath", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "آدرس آواتار", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "AvatarPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ParentId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه والد", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ParentId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ReferralCode", - "type": "nvarchar", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "کد ارجاع", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ReferralCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsMobileVerified ", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "موبایل فعال شده؟", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "IsMobileVerified ", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "MobileVerifiedAt", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ فعال سازی موبایل", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "MobileVerifiedAt", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsRulesAccepted", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قوانین پذیرفته شده؟", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "IsRulesAccepted", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "RulesAcceptedAt", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پذیرش قوانین", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "RulesAcceptedAt", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "EmailNotifications", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "اعلان ایمیل", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "EmailNotifications", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "SmsNotifications", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "اعلان پیامک", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "SmsNotifications", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PushNotifications", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "اعلان پوش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PushNotifications", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "BirthDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ تولد", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "BirthDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_6", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_User_User_1", - "fields": [ - "ParentId" - ], - "referencedSchema": "CMS", - "referencedTable": "User", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "UserWallet", @@ -17359,1262 +18085,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "FactorDetails", - "comment": "آدرس کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ProductId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ProductId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Count", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Count", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UnitPrice", - "type": "real", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UnitPrice", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UnitDiscount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UnitDiscount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "OrderId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "OrderId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UnitDiscountPrice", - "type": "real", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UnitDiscountPrice", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsChangePrice", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "IsChangePrice", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_1_copy_2_copy_1_copy_1_copy_1_copy_1", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_FactorDetails_UserOrder_1", - "fields": [ - "OrderId" - ], - "referencedSchema": "CMS", - "referencedTable": "UserOrder", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_FactorDetails_Products_1", - "fields": [ - "ProductId" - ], - "referencedSchema": "CMS", - "referencedTable": "Products", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "Products", - "comment": "توکن Otp", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Title", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Description", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Description", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ShortInfomation", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ShortInfomation", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "FullInformation", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "FullInformation", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "float", - "size": 53, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Discount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Discount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Rate", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Rate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ImagePath", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ImagePath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ThumbnailPath", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ThumbnailPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "SaleCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "SaleCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ViewCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ViewCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "RemainingCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "RemainingCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_1_copy_1_copy_2_copy_2_copy_1", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "ProductImages", - "comment": "توکن Otp", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Title", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Description", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Description", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ShortInfomation", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ShortInfomation", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "FullInformation", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "FullInformation", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "float", - "size": 53, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Discount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Discount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Rate", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Rate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ImagePath", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ImagePath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ThumbnailPath", - "type": "nvarchar(max)", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ThumbnailPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "SaleCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "SaleCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ViewCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "ViewCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "RemainingCount", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "sys", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "RemainingCount", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_1_copy_1_copy_2_copy_2_copy_1_copy_1", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "ProductGallerys", @@ -19535,7 +19005,7 @@ }, { "objectType": "Table_MSSQL", - "name": "Transactions", + "name": "FactorDetails", "comment": "آدرس کاربر", "owner": "", "isChangeTracking": false, @@ -19580,10 +19050,15531 @@ "identityIncrement": -2147483648, "identityIsNotForReplication": false }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_2_copy_1_copy_1_copy_1_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetails_UserOrder_1", + "fields": [ + "OrderId" + ], + "referencedSchema": "CMS", + "referencedTable": "UserOrder", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetails_Products_1", + "fields": [ + "ProductId" + ], + "referencedSchema": "CMS", + "referencedTable": "Products", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "Products", + "comment": "توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ProductImages", + "comment": "توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2_copy_1_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserWalletService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserWalletService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5848, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserWallet", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد آدرس کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUserWallet", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserWallet", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserWallet", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserWallet", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUserWallet", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserWallet", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUserWallet", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserWalletByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی آدرس کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserWalletByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_CreateNewUserWalletRequest_1", + "fields": [ + "CreateNewUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserWalletRequest", + "referencedFields": [ + "UserId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_CreateNewUserWalletResponse_1", + "fields": [ + "CreateNewUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserWalletResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_UpdateUserWalletRequest_1", + "fields": [ + "UpdateUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserWalletRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_DeleteUserWalletRequest_1", + "fields": [ + "DeleteUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserWalletRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_GetUserWalletRequest_1", + "fields": [ + "GetUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserWalletRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_GetUserWalletResponse_1", + "fields": [ + "GetUserWallet" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserWalletResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_GetAllUserWalletByFilterRequest_1", + "fields": [ + "GetAllUserWalletByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletService_GetAllUserWalletByFilterResponse_1", + "fields": [ + "GetAllUserWalletByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserWalletRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserWalletRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2545, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Balance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Balance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserWalletRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserWalletRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2001, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Balance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Balance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_103", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteUserWalletRequest", + "comment": "ورودی حذف آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9947, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_102", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserWalletRequest", + "comment": "ورودی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2459, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_101", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserWalletResponse", + "comment": "خروجی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetUserWalletResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7831, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Balance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Balance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_100", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletByFilterRequest", + "comment": "ورودی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1548, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserWalletByFilterRequest_GetAllUserWalletByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletByFilterFilter", + "comment": "فیلترهای آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7490, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Balance", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Balance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_99", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletByFilterResponse", + "comment": "خروجی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4091, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserWalletByFilterResponse_GetAllUserWalletByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletByFilterResponseModel", + "comment": "مدل خروجی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8935, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Balance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Balance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_98", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserWalletChangeLogService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserWalletChangeLogService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4116, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserWalletChangeLog", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد آدرس کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUserWalletChangeLog", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserWalletChangeLog", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserWalletChangeLog", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserWalletChangeLog", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUserWalletChangeLog", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserWalletChangeLog", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUserWalletChangeLog", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserWalletChangeLogByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی آدرس کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserWalletChangeLogByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_CreateNewUserWalletChangeLogRequest_1", + "fields": [ + "CreateNewUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserWalletChangeLogRequest", + "referencedFields": [ + "WalletId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_CreateNewUserWalletChangeLogResponse_1", + "fields": [ + "CreateNewUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserWalletChangeLogResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_UpdateUserWalletChangeLogRequest_1", + "fields": [ + "UpdateUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserWalletChangeLogRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_DeleteUserWalletChangeLogRequest_1", + "fields": [ + "DeleteUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserWalletChangeLogRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_GetUserWalletChangeLogRequest_1", + "fields": [ + "GetUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserWalletChangeLogRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_GetUserWalletChangeLogResponse_1", + "fields": [ + "GetUserWalletChangeLog" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserWalletChangeLogResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_GetAllUserWalletChangeLogByFilterRequest_1", + "fields": [ + "GetAllUserWalletChangeLogByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletChangeLogByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserWalletChangeLogService_GetAllUserWalletChangeLogByFilterResponse_1", + "fields": [ + "GetAllUserWalletChangeLogByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletChangeLogByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserWalletChangeLogRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserWalletChangeLogRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2596, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "WalletId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کیف پول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "WalletId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentBalance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentBalance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ChangeValue", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "تغییر موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ChangeValue", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsIncrease", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "افزایشی؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsIncrease", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefrenceId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefrenceId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserWalletChangeLogResponse", + "comment": "خروجی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2196, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_97", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserWalletChangeLogRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserWalletChangeLogRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6088, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "WalletId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کیف پول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "WalletId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentBalance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentBalance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ChangeValue", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "تغییر موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ChangeValue", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsIncrease", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "افزایشی؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsIncrease", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefrenceId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefrenceId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_96", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteUserWalletChangeLogRequest", + "comment": "ورودی حذف آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2133, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_95", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserWalletChangeLogRequest", + "comment": "ورودی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4694, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_94", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserWalletChangeLogResponse", + "comment": "خروجی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetUserWalletChangeLogResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6738, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "WalletId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کیف پول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "WalletId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentBalance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentBalance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ChangeValue", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "تغییر موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ChangeValue", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsIncrease", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "افزایشی؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsIncrease", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefrenceId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefrenceId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_93", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletChangeLogByFilterRequest", + "comment": "ورودی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletChangeLogByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4288, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserWalletChangeLogByFilterRequest_GetAllUserWalletChangeLogByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletChangeLogByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletChangeLogByFilterFilter", + "comment": "فیلترهای آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletChangeLogByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3031, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "WalletId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه کیف پول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "WalletId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentBalance", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentBalance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ChangeValue", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تغییر موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ChangeValue", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsIncrease", + "type": "bit", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "افزایشی؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsIncrease", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefrenceId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefrenceId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_92", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletChangeLogByFilterResponse", + "comment": "خروجی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6394, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserWalletChangeLogByFilterResponse_GetAllUserWalletChangeLogByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserWalletChangeLogByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserWalletChangeLogByFilterResponseModel", + "comment": "مدل خروجی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserWalletChangeLogByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8941, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "WalletId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کیف پول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "WalletId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentBalance", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentBalance", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ChangeValue", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "تغییر موجودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ChangeValue", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsIncrease", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "افزایشی؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsIncrease", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefrenceId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefrenceId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_91", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserCartsService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserCartsService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3160, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserCarts", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد آدرس کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUserCarts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserCarts", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserCarts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserCarts", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUserCarts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserCarts", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUserCarts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserCartsByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی آدرس کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserCartsByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_CreateNewUserCartsRequest_1", + "fields": [ + "CreateNewUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserCartsRequest", + "referencedFields": [ + "ProductId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_CreateNewUserCartsResponse_1", + "fields": [ + "CreateNewUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserCartsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_UpdateUserCartsRequest_1", + "fields": [ + "UpdateUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserCartsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_DeleteUserCartsRequest_1", + "fields": [ + "DeleteUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserCartsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_GetUserCartsRequest_1", + "fields": [ + "GetUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserCartsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_GetUserCartsResponse_1", + "fields": [ + "GetUserCarts" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserCartsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_GetAllUserCartsByFilterRequest_1", + "fields": [ + "GetAllUserCartsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserCartsByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserCartsService_GetAllUserCartsByFilterResponse_1", + "fields": [ + "GetAllUserCartsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserCartsByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserCartsRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserCartsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3661, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserCartsResponse", + "comment": "خروجی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7477, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_90", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserCartsRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserCartsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1741, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_89", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteUserCartsRequest", + "comment": "ورودی حذف آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5625, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_88", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserCartsRequest", + "comment": "ورودی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8896, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_87", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserCartsResponse", + "comment": "خروجی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetUserCartsResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1279, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_86", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartsByFilterRequest", + "comment": "ورودی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserCartsByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5489, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserCartsByFilterRequest_GetAllUserCartsByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserCartsByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartsByFilterFilter", + "comment": "فیلترهای آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserCartsByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5190, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_85", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartsByFilterResponse", + "comment": "خروجی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7613, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserCartsByFilterResponse_GetAllUserCartsByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserCartsByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserCartsByFilterResponseModel", + "comment": "مدل خروجی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserCartsByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1174, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_84", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ProductGallerysService", + "comment": "سرویس های توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "ProductGallerysService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2350, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewProductGallerys", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد توکن Otp جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewProductGallerys", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateProductGallerys", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateProductGallerys", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteProductGallerys", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteProductGallerys", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetProductGallerys", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetProductGallerys", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllProductGallerysByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی توکن Otp ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllProductGallerysByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_CreateNewProductGallerysRequest_1", + "fields": [ + "CreateNewProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductGallerysRequest", + "referencedFields": [ + "ProductImageId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_CreateNewProductGallerysResponse_1", + "fields": [ + "CreateNewProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductGallerysResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_UpdateProductGallerysRequest_1", + "fields": [ + "UpdateProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateProductGallerysRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_DeleteProductGallerysRequest_1", + "fields": [ + "DeleteProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteProductGallerysRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_GetProductGallerysRequest_1", + "fields": [ + "GetProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductGallerysRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_GetProductGallerysResponse_1", + "fields": [ + "GetProductGallerys" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductGallerysResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_GetAllProductGallerysByFilterRequest_1", + "fields": [ + "GetAllProductGallerysByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductGallerysByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductGallerysService_GetAllProductGallerysByFilterResponse_1", + "fields": [ + "GetAllProductGallerysByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductGallerysByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductGallerysRequest", + "comment": "ورودی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewProductGallerysRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9371, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductImageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductImageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductGallerysResponse", + "comment": "خروجی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9557, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_83", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateProductGallerysRequest", + "comment": "ورودی ویرایش توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateProductGallerysRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5956, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductImageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductImageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_82", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteProductGallerysRequest", + "comment": "ورودی حذف توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7420, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_81", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductGallerysRequest", + "comment": "ورودی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3247, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_80", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductGallerysResponse", + "comment": "خروجی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetProductGallerysResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7338, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductImageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductImageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_79", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductGallerysByFilterRequest", + "comment": "ورودی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductGallerysByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6362, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductGallerysByFilterRequest_GetAllProductGallerysByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductGallerysByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductGallerysByFilterFilter", + "comment": "فیلترهای توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductGallerysByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9517, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductImageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductImageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_78", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductGallerysByFilterResponse", + "comment": "خروجی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8888, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductGallerysByFilterResponse_GetAllProductGallerysByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductGallerysByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductGallerysByFilterResponseModel", + "comment": "مدل خروجی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductGallerysByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2338, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductImageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductImageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_77", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "FactorDetailsService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "FactorDetailsService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8310, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewFactorDetails", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد آدرس کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewFactorDetails", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateFactorDetails", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateFactorDetails", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteFactorDetails", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteFactorDetails", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetFactorDetails", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetFactorDetails", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllFactorDetailsByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی آدرس کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllFactorDetailsByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_CreateNewFactorDetailsRequest_1", + "fields": [ + "CreateNewFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewFactorDetailsRequest", + "referencedFields": [ + "ProductId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_CreateNewFactorDetailsResponse_1", + "fields": [ + "CreateNewFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewFactorDetailsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_UpdateFactorDetailsRequest_1", + "fields": [ + "UpdateFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateFactorDetailsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_DeleteFactorDetailsRequest_1", + "fields": [ + "DeleteFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteFactorDetailsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_GetFactorDetailsRequest_1", + "fields": [ + "GetFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "GetFactorDetailsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_GetFactorDetailsResponse_1", + "fields": [ + "GetFactorDetails" + ], + "referencedSchema": "CMS", + "referencedTable": "GetFactorDetailsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_GetAllFactorDetailsByFilterRequest_1", + "fields": [ + "GetAllFactorDetailsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllFactorDetailsByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_FactorDetailsService_GetAllFactorDetailsByFilterResponse_1", + "fields": [ + "GetAllFactorDetailsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllFactorDetailsByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewFactorDetailsRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewFactorDetailsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4130, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewFactorDetailsResponse", + "comment": "خروجی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9937, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_76", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateFactorDetailsRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateFactorDetailsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2967, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_75", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteFactorDetailsRequest", + "comment": "ورودی حذف آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8672, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_74", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetFactorDetailsRequest", + "comment": "ورودی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5066, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_73", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetFactorDetailsResponse", + "comment": "خروجی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetFactorDetailsResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2769, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_72", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllFactorDetailsByFilterRequest", + "comment": "ورودی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllFactorDetailsByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3563, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllFactorDetailsByFilterRequest_GetAllFactorDetailsByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllFactorDetailsByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllFactorDetailsByFilterFilter", + "comment": "فیلترهای آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllFactorDetailsByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7480, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_71", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllFactorDetailsByFilterResponse", + "comment": "خروجی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2094, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllFactorDetailsByFilterResponse_GetAllFactorDetailsByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllFactorDetailsByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllFactorDetailsByFilterResponseModel", + "comment": "مدل خروجی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllFactorDetailsByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5871, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsChangePrice", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsChangePrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_70", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ProductsService", + "comment": "سرویس های توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "ProductsService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3023, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewProducts", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد توکن Otp جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewProducts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateProducts", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateProducts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteProducts", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteProducts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetProducts", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetProducts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllProductsByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی توکن Otp ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllProductsByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_CreateNewProductsRequest_1", + "fields": [ + "CreateNewProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductsRequest", + "referencedFields": [ + "Title" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_CreateNewProductsResponse_1", + "fields": [ + "CreateNewProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_UpdateProductsRequest_1", + "fields": [ + "UpdateProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateProductsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_DeleteProductsRequest_1", + "fields": [ + "DeleteProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteProductsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_GetProductsRequest_1", + "fields": [ + "GetProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_GetProductsResponse_1", + "fields": [ + "GetProducts" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_GetAllProductsByFilterRequest_1", + "fields": [ + "GetAllProductsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductsByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductsService_GetAllProductsByFilterResponse_1", + "fields": [ + "GetAllProductsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductsByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductsRequest", + "comment": "ورودی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewProductsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8466, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductsResponse", + "comment": "خروجی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6715, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_69", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateProductsRequest", + "comment": "ورودی ویرایش توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateProductsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2803, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_68", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteProductsRequest", + "comment": "ورودی حذف توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1316, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_67", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductsRequest", + "comment": "ورودی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2270, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_66", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductsResponse", + "comment": "خروجی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetProductsResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6349, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_65", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductsByFilterRequest", + "comment": "ورودی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductsByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2913, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductsByFilterRequest_GetAllProductsByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductsByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductsByFilterFilter", + "comment": "فیلترهای توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductsByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7548, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_64", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductsByFilterResponse", + "comment": "خروجی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9936, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductsByFilterResponse_GetAllProductsByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductsByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductsByFilterResponseModel", + "comment": "مدل خروجی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductsByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5344, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ShortInfomation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ShortInfomation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FullInformation", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FullInformation", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Discount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Discount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Rate", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Rate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SaleCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SaleCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ViewCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ViewCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RemainingCount", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RemainingCount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_63", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ProductImagesService", + "comment": "سرویس های توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "ProductImagesService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5481, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewProductImages", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد توکن Otp جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewProductImages", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateProductImages", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateProductImages", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteProductImages", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteProductImages", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetProductImages", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک توکن Otp", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetProductImages", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllProductImagesByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی توکن Otp ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllProductImagesByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_CreateNewProductImagesRequest_1", + "fields": [ + "CreateNewProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductImagesRequest", + "referencedFields": [ + "Title" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_CreateNewProductImagesResponse_1", + "fields": [ + "CreateNewProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewProductImagesResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_UpdateProductImagesRequest_1", + "fields": [ + "UpdateProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateProductImagesRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_DeleteProductImagesRequest_1", + "fields": [ + "DeleteProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteProductImagesRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_GetProductImagesRequest_1", + "fields": [ + "GetProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductImagesRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_GetProductImagesResponse_1", + "fields": [ + "GetProductImages" + ], + "referencedSchema": "CMS", + "referencedTable": "GetProductImagesResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_GetAllProductImagesByFilterRequest_1", + "fields": [ + "GetAllProductImagesByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductImagesByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ProductImagesService_GetAllProductImagesByFilterResponse_1", + "fields": [ + "GetAllProductImagesByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductImagesByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductImagesRequest", + "comment": "ورودی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewProductImagesRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4363, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewProductImagesResponse", + "comment": "خروجی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6043, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_62", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateProductImagesRequest", + "comment": "ورودی ویرایش توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateProductImagesRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9257, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_61", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteProductImagesRequest", + "comment": "ورودی حذف توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9325, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_60", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductImagesRequest", + "comment": "ورودی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5364, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_59", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetProductImagesResponse", + "comment": "خروجی واکشی یک توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetProductImagesResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9189, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_58", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductImagesByFilterRequest", + "comment": "ورودی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductImagesByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5896, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductImagesByFilterRequest_GetAllProductImagesByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductImagesByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductImagesByFilterFilter", + "comment": "فیلترهای توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductImagesByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8428, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_57", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductImagesByFilterResponse", + "comment": "خروجی واکشی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2134, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllProductImagesByFilterResponse_GetAllProductImagesByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllProductImagesByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllProductImagesByFilterResponseModel", + "comment": "مدل خروجی توکن Otp بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllProductImagesByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4532, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImagePath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImagePath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ImageThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ImageThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_56", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "TransactionsService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "TransactionsService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4558, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewTransactions", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد آدرس کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewTransactions", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateTransactions", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateTransactions", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteTransactions", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteTransactions", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetTransactions", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetTransactions", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllTransactionsByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی آدرس کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllTransactionsByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_CreateNewTransactionsRequest_1", + "fields": [ + "CreateNewTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewTransactionsRequest", + "referencedFields": [ + "MerchantId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_CreateNewTransactionsResponse_1", + "fields": [ + "CreateNewTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewTransactionsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_UpdateTransactionsRequest_1", + "fields": [ + "UpdateTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateTransactionsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_DeleteTransactionsRequest_1", + "fields": [ + "DeleteTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteTransactionsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_GetTransactionsRequest_1", + "fields": [ + "GetTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "GetTransactionsRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_GetTransactionsResponse_1", + "fields": [ + "GetTransactions" + ], + "referencedSchema": "CMS", + "referencedTable": "GetTransactionsResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_GetAllTransactionsByFilterRequest_1", + "fields": [ + "GetAllTransactionsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllTransactionsByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_TransactionsService_GetAllTransactionsByFilterResponse_1", + "fields": [ + "GetAllTransactionsByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllTransactionsByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewTransactionsRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewTransactionsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1724, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ { "objectType": "TableField_MSSQL", "name": "MerchantId", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "No", "scale": -2147483648, @@ -19643,7 +34634,7 @@ { "objectType": "TableField_MSSQL", "name": "CallbackUrl", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "No", "scale": -2147483648, @@ -19651,9 +34642,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19673,7 +34664,7 @@ { "objectType": "TableField_MSSQL", "name": "Description", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "No", "scale": -2147483648, @@ -19681,9 +34672,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19703,7 +34694,7 @@ { "objectType": "TableField_MSSQL", "name": "Mobile", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -19711,9 +34702,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19733,7 +34724,7 @@ { "objectType": "TableField_MSSQL", "name": "Email", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -19741,9 +34732,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19793,7 +34784,7 @@ { "objectType": "TableField_MSSQL", "name": "RequestStatusMessage", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -19801,9 +34792,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19823,7 +34814,7 @@ { "objectType": "TableField_MSSQL", "name": "Authority", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -19831,9 +34822,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -19853,7 +34844,7 @@ { "objectType": "TableField_MSSQL", "name": "FeeType", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20033,7 +35024,7 @@ { "objectType": "TableField_MSSQL", "name": "VerificationStatusMessage", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20041,9 +35032,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -20063,7 +35054,7 @@ { "objectType": "TableField_MSSQL", "name": "CardHash", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20071,9 +35062,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -20093,7 +35084,7 @@ { "objectType": "TableField_MSSQL", "name": "CardPan", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20101,9 +35092,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -20123,7 +35114,7 @@ { "objectType": "TableField_MSSQL", "name": "RefId", - "type": "nvarchar(max)", + "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20131,9 +35122,9 @@ "computedExpression": "", "defaultValue": "", "defaultValueType": "None", - "schema": "sys", + "schema": "", "userDefinedType": "", - "collate": "SQL_Latin1_General_CP1_CI_AS", + "collate": "", "isWithValues": false, "isFilestream": false, "isColumnSet": false, @@ -20153,7 +35144,4204 @@ { "objectType": "TableField_MSSQL", "name": "OrderId", - "type": "nvarchar(max)", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CreateNewTransactionsRequest_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_CreateNewTransactionsRequest_PaymentStatus_1" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CreateNewTransactionsRequest_TransactionType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "TransactionType", + "referencedFields": [ + "Buy" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_CreateNewTransactionsRequest_TransactionType_1" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewTransactionsResponse", + "comment": "خروجی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1863, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_55", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateTransactionsRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateTransactionsRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8441, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MerchantId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MerchantId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Amount", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Amount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CallbackUrl", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CallbackUrl", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Email", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Email", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Authority", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Authority", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FeeType", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FeeType", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Fee", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Fee", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Currency", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Currency", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardPan", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardPan", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_54", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UpdateTransactionsRequest_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_UpdateTransactionsRequest_PaymentStatus_1" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UpdateTransactionsRequest_TransactionType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "TransactionType", + "referencedFields": [ + "Buy" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_UpdateTransactionsRequest_TransactionType_1" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteTransactionsRequest", + "comment": "ورودی حذف آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9430, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_53", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetTransactionsRequest", + "comment": "ورودی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2131, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_52", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetTransactionsResponse", + "comment": "خروجی واکشی یک آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetTransactionsResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8466, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MerchantId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MerchantId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Amount", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Amount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CallbackUrl", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CallbackUrl", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Email", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Email", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Authority", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Authority", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FeeType", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FeeType", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Fee", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Fee", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Currency", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Currency", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardPan", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardPan", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_51", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetTransactionsResponse_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetTransactionsResponse_PaymentStatus_1" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetTransactionsResponse_TransactionType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "TransactionType", + "referencedFields": [ + "Buy" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetTransactionsResponse_TransactionType_1" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllTransactionsByFilterRequest", + "comment": "ورودی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllTransactionsByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3529, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterRequest_GetAllTransactionsByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllTransactionsByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllTransactionsByFilterResponse", + "comment": "خروجی واکشی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5487, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterResponse_GetAllTransactionsByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllTransactionsByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllTransactionsByFilterResponseModel", + "comment": "مدل خروجی آدرس کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllTransactionsByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6888, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MerchantId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MerchantId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Amount", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Amount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CallbackUrl", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CallbackUrl", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Email", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Email", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Authority", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Authority", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FeeType", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FeeType", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Fee", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Fee", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Currency", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Currency", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardPan", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardPan", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_50", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterResponseModel_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetAllTransactionsByFilterResponseModel_PaymentStatus_1" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterResponseModel_TransactionType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "TransactionType", + "referencedFields": [ + "Buy" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetAllTransactionsByFilterResponseModel_TransactionType_1" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserOrderByFilterResponseModel", + "comment": "مدل خروجی سفارش کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserOrderByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2138, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_21", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserOrderByFilterFilter", + "comment": "فیلترهای سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserOrderByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1841, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_22", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "Transactions", + "comment": "آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MerchantId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MerchantId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Amount", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Amount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CallbackUrl", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CallbackUrl", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Email", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Email", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Authority", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Authority", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FeeType", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FeeType", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Fee", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Fee", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Currency", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Currency", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardPan", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardPan", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, @@ -20318,6 +39506,7576 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllTransactionsByFilterFilter", + "comment": "فیلترهای آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllTransactionsByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4296, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MerchantId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MerchantId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Amount", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Amount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CallbackUrl", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CallbackUrl", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Email", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Email", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RequestStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RequestStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Authority", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Authority", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FeeType", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FeeType", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Fee", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Fee", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Currency", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Currency", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusCode", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerificationStatusMessage", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "VerificationStatusMessage", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CardPan", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CardPan", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RefId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RefId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "OrderId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "SQL_Latin1_General_CP1_CI_AS", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "OrderId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "sys", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_49", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterFilter_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetAllTransactionsByFilterFilter_PaymentStatus_1" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllTransactionsByFilterFilter_TransactionType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "TransactionType", + "referencedFields": [ + "Buy" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "fk_GetAllTransactionsByFilterFilter_TransactionType_1" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "User", + "comment": "کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FirstName", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "نام", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FirstName", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "LastName", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "نام خانوادگی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "LastName", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شماره موبایل", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "NationalCode", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "کد ملی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "NationalCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "AvatarPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "آدرس آواتار", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "AvatarPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه والد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ReferralCode", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "کد ارجاع", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ReferralCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsMobileVerified ", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موبایل فعال شده؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsMobileVerified ", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "MobileVerifiedAt", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ فعال سازی موبایل", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MobileVerifiedAt", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsRulesAccepted", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قوانین پذیرفته شده؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsRulesAccepted", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "RulesAcceptedAt", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پذیرش قوانین", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "RulesAcceptedAt", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "EmailNotifications", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "اعلان ایمیل", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "EmailNotifications", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SmsNotifications", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "اعلان پیامک", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SmsNotifications", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PushNotifications", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "اعلان پوش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PushNotifications", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "BirthDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ تولد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "BirthDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HashPassword", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "پسوورد هش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HashPassword", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_6", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_User_User_1", + "fields": [ + "ParentId" + ], + "referencedSchema": "CMS", + "referencedTable": "User", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "AdminGetJwtTokenRequest", + "comment": "ورودی حذف کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2924, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Username", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نام کاربری", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Username", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Password", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "کلمه عبور", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Password", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_43_copy_2", + "fields": [ + "Username" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "AdminGetJwtTokenResponse", + "comment": "خروجی واکشی توکن", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6042, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Token", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توکن", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Token", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_46_copy_1", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserService", + "comment": "سرویس های کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4423, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUser", + "type": "CreateCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ایجاد کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUser", + "type": "UpdateCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ویرایش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUser", + "type": "DeleteCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "حذف کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUser", + "type": "GetOneQuery", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی یک کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserByFilter", + "type": "GetAllByFilterQuery", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetJwtToken", + "type": "Query", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی توکن", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetJwtToken", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "AdminGetJwtToken", + "type": "Query", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی توکن مدیر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "AdminGetJwtToken", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SetPasswordForUser", + "type": "Command", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تنظیم کلمه عبور", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SetPasswordForUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_48", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewUserRequest_1", + "fields": [ + "CreateNewUser" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserRequest", + "referencedFields": [ + "FirstName" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewUserResponse_1", + "fields": [ + "CreateNewUser" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_UpdateUserRequest_1", + "fields": [ + "UpdateUser" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_DeleteUserRequest_1", + "fields": [ + "DeleteUser" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetUserRequest_1", + "fields": [ + "GetUser" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetUserResponse_1", + "fields": [ + "GetUser" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetAllUserByFilterRequest_1", + "fields": [ + "GetAllUserByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetAllUserByFilterResponse_1", + "fields": [ + "GetAllUserByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetJwtTokenRequest_1", + "fields": [ + "GetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "GetJwtTokenRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetJwtTokenResponse_1", + "fields": [ + "GetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "GetJwtTokenResponse", + "referencedFields": [ + "Token" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_AdminGetJwtTokenRequest_1", + "fields": [ + "AdminGetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "AdminGetJwtTokenRequest", + "referencedFields": [ + "Username" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_AdminGetJwtTokenResponse_1", + "fields": [ + "AdminGetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "AdminGetJwtTokenResponse", + "referencedFields": [ + "Token" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_SetPasswordForUserRequest_1", + "fields": [ + "SetPasswordForUser" + ], + "referencedSchema": "CMS", + "referencedTable": "SetPasswordForUserRequest", + "referencedFields": [ + "UserId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "SetPasswordForUserRequest", + "comment": "ورودی حذف کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2924, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CurrentPassword", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "کلمه عبور فعلی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CurrentPassword", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "NewPassword", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "کلمه عبور", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "NewPassword", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ConfirmPassword", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "تایید کلمه عبور", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ConfirmPassword", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_43_copy_3", + "fields": [ + "UserId" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "OtpToken", + "comment": "توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موبایل مقصد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Purpose", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "مقصود", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Purpose", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CodeHash", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "کد هش شده", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CodeHash", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ExpiresAt", + "type": "datetime", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "زمان انقضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ExpiresAt", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Attempts", + "type": "int", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شمارش تلاش‌ها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Attempts", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsUsed", + "type": "bit", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موفق بود؟", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IsUsed", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewOtpTokenRequest", + "comment": "ورودی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewOtpTokenRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1890, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "موبایل مقصد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Purpose", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "مقصود", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Purpose", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_105", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "Contract", + "comment": "قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2_copy_2", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_Contract_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserContract", + "comment": "قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2_copy_2_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContract_User_1", + "fields": [ + "UserId" + ], + "referencedSchema": "CMS", + "referencedTable": "User", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContract_Contract_1", + "fields": [ + "ContractId" + ], + "referencedSchema": "CMS", + "referencedTable": "Contract", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ContractService", + "comment": "سرویس های قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "ContractService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2172, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewContract", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد قراردادها جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateContract", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteContract", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetContract", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllContractByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی قراردادها ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllContractByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_CreateNewContractRequest_1", + "fields": [ + "CreateNewContract" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewContractRequest", + "referencedFields": [ + "Title" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_CreateNewContractResponse_1", + "fields": [ + "CreateNewContract" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewContractResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_UpdateContractRequest_1", + "fields": [ + "UpdateContract" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_DeleteContractRequest_1", + "fields": [ + "DeleteContract" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_GetContractRequest_1", + "fields": [ + "GetContract" + ], + "referencedSchema": "CMS", + "referencedTable": "GetContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_GetContractResponse_1", + "fields": [ + "GetContract" + ], + "referencedSchema": "CMS", + "referencedTable": "GetContractResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_GetAllContractByFilterRequest_1", + "fields": [ + "GetAllContractByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllContractByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_ContractService_GetAllContractByFilterResponse_1", + "fields": [ + "GetAllContractByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllContractByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewContractRequest", + "comment": "ورودی ایجاد قراردادها جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewContractRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3023, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CreateNewContractRequest_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewContractResponse", + "comment": "خروجی ایجاد قراردادها جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2536, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_119", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateContractRequest", + "comment": "ورودی ویرایش قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateContractRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7100, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_118", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UpdateContractRequest_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteContractRequest", + "comment": "ورودی حذف قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3797, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_117", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetContractRequest", + "comment": "ورودی واکشی یک قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1558, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_116", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetContractResponse", + "comment": "خروجی واکشی یک قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetContractResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3080, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_115", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetContractResponse_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllContractByFilterRequest", + "comment": "ورودی واکشی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllContractByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3932, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllContractByFilterRequest_GetAllContractByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllContractByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllContractByFilterFilter", + "comment": "فیلترهای قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllContractByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9456, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_114", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllContractByFilterFilter_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllContractByFilterResponse", + "comment": "خروجی واکشی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4357, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllContractByFilterResponse_GetAllContractByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllContractByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllContractByFilterResponseModel", + "comment": "مدل خروجی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllContractByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1386, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "عنوان", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Description", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توضیحات", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Description", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "HtmlContent", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "متن قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "HtmlContent", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Type", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "نوع قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Type", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_113", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllContractByFilterResponseModel_ContractType_1", + "fields": [ + "Type" + ], + "referencedSchema": "CMS", + "referencedTable": "ContractType", + "referencedFields": [ + "Main" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserContractService", + "comment": "سرویس های قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserContractService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2387, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserContract", + "type": "CreateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ایجاد قراردادها جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUserContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserContract", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "ویرایش قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserContract", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "حذف قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUserContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserContract", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی یک قراردادها", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUserContract", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserContractByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Default", + "scale": 0, + "comment": "واکشی قراردادها ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserContractByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_CreateNewUserContractRequest_1", + "fields": [ + "CreateNewUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserContractRequest", + "referencedFields": [ + "UserId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_CreateNewUserContractResponse_1", + "fields": [ + "CreateNewUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserContractResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_UpdateUserContractRequest_1", + "fields": [ + "UpdateUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_DeleteUserContractRequest_1", + "fields": [ + "DeleteUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_GetUserContractRequest_1", + "fields": [ + "GetUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserContractRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_GetUserContractResponse_1", + "fields": [ + "GetUserContract" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserContractResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_GetAllUserContractByFilterRequest_1", + "fields": [ + "GetAllUserContractByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserContractByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserContractService_GetAllUserContractByFilterResponse_1", + "fields": [ + "GetAllUserContractByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserContractByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserContractRequest", + "comment": "ورودی ایجاد قراردادها جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserContractRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3595, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserContractResponse", + "comment": "خروجی ایجاد قراردادها جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2541, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_112", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserContractRequest", + "comment": "ورودی ویرایش قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserContractRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6996, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_111", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "DeleteUserContractRequest", + "comment": "ورودی حذف قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2128, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_110", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserContractRequest", + "comment": "ورودی واکشی یک قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3157, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_109", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserContractResponse", + "comment": "خروجی واکشی یک قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetUserContractResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2909, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_108", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserContractByFilterRequest", + "comment": "ورودی واکشی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserContractByFilterRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6376, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "PaginationState", + "type": "PaginationState", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "موقعیت صفحه بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaginationState", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SortBy", + "type": "nvarchar", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مرتب سازی بر اساس", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SortBy", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Filter", + "type": "Object", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Filter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserContractByFilterRequest_GetAllUserContractByFilterFilter", + "fields": [ + "Filter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserContractByFilterFilter", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserContractByFilterFilter", + "comment": "فیلترهای قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserContractByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8241, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_107", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserContractByFilterResponse", + "comment": "خروجی واکشی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7160, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "MetaData", + "type": "MetaData", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "متادیتا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "MetaData", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Model", + "type": "Collection", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "مدل خروجی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Model", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserContractByFilterResponse_GetAllUserContractByFilterResponseModel", + "fields": [ + "Model" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserContractByFilterResponseModel", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserContractByFilterResponseModel", + "comment": "مدل خروجی قراردادها بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserContractByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8808, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ContractId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ContractId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignGuid", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه یکتای امضا", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignGuid", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SignedPdfFile", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "فایل قرارداد", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SignedPdfFile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_106", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "ContractType", + "comment": "قراردادها", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Main", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Main", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CMS", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CMS", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_2_copy_2_copy_2_copy_2", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserWalletResponse", + "comment": "خروجی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7279, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_104", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "PruductCategory", + "comment": "دسته بندی", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه محصول", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CategoryId", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه دسته بندی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CategoryId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_pk_Category_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategory_Category_1", + "fields": [ + "CategoryId" + ], + "referencedSchema": "CMS", + "referencedTable": "Category", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_PruductCategory_Products_1", + "fields": [ + "ProductId" + ], + "referencedSchema": "CMS", + "referencedTable": "Products", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } } ], "views": [] @@ -20329,8 +47087,8 @@ "diagrams": [ { "name": "CMS", - "paperWidth": 3, - "paperHeight": 1, + "paperWidth": 5, + "paperHeight": 3, "tableFont": "Arial Unicode MS", "tableFontSize": 14, "isBalckWhite": false, @@ -20344,10 +47102,10 @@ "type": "table", "schemaName": "CMS", "tableName": "User", - "x": 5890, - "y": 1330, + "x": 20280, + "y": 4130, "width": 370, - "height": 400, + "height": 435, "isBold": false, "titleColor": { "r": 55, @@ -20360,8 +47118,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddress", - "x": 6240, - "y": 1060, + "x": 21920, + "y": 4390, "width": 310, "height": 220, "isBold": false, @@ -20376,8 +47134,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Package", - "x": 7160, - "y": 1040, + "x": 21700, + "y": 2710, "width": 310, "height": 170, "isBold": false, @@ -20392,8 +47150,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrder", - "x": 6670, - "y": 940, + "x": 21340, + "y": 2590, "width": 310, "height": 285, "isBold": false, @@ -20408,8 +47166,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Role", - "x": 5810, - "y": 640, + "x": 19500, + "y": 4280, "width": 310, "height": 130, "isBold": false, @@ -20424,8 +47182,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRole", - "x": 5810, - "y": 820, + "x": 19860, + "y": 4280, "width": 310, "height": 130, "isBold": false, @@ -20440,10 +47198,10 @@ "type": "table", "schemaName": "CMS", "tableName": "UserService", - "x": 2580, - "y": 3620, + "x": 7410, + "y": 11430, "width": 400, - "height": 190, + "height": 284, "isBold": false, "titleColor": { "r": 0, @@ -20456,8 +47214,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRequest", - "x": 2820, - "y": 2130, + "x": 7630, + "y": 10790, "width": 400, "height": 270, "isBold": false, @@ -20472,8 +47230,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserResponse", - "x": 2450, - "y": 1980, + "x": 7270, + "y": 10630, "width": 400, "height": 106, "isBold": false, @@ -20488,8 +47246,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRequest", - "x": 2070, - "y": 3560, + "x": 6900, + "y": 11430, "width": 400, "height": 300, "isBold": false, @@ -20504,8 +47262,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRequest", - "x": 2580, - "y": 3860, + "x": 7270, + "y": 11780, "width": 400, "height": 106, "isBold": false, @@ -20520,8 +47278,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRequest", - "x": 3720, - "y": 3740, + "x": 7550, + "y": 11940, "width": 400, "height": 106, "isBold": false, @@ -20536,8 +47294,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserResponse", - "x": 3720, - "y": 3330, + "x": 10030, + "y": 11630, "width": 400, "height": 350, "isBold": false, @@ -20552,8 +47310,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterRequest", - "x": 3660, - "y": 3150, + "x": 10030, + "y": 11440, "width": 400, "height": 137, "isBold": false, @@ -20568,8 +47326,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterFilter", - "x": 4110, - "y": 2930, + "x": 10550, + "y": 11440, "width": 400, "height": 350, "isBold": false, @@ -20584,8 +47342,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponse", - "x": 3600, - "y": 2760, + "x": 9970, + "y": 11270, "width": 400, "height": 118, "isBold": false, @@ -20600,8 +47358,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponseModel", - "x": 4050, - "y": 2530, + "x": 10420, + "y": 11040, "width": 400, "height": 350, "isBold": false, @@ -20616,8 +47374,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddressService", - "x": 5110, - "y": 2300, + "x": 10060, + "y": 10530, "width": 400, "height": 200, "isBold": false, @@ -20632,8 +47390,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressRequest", - "x": 3330, - "y": 2160, + "x": 8140, + "y": 10820, "width": 400, "height": 213, "isBold": false, @@ -20648,8 +47406,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressResponse", - "x": 3460, - "y": 2430, + "x": 8400, + "y": 10650, "width": 400, "height": 106, "isBold": false, @@ -20664,8 +47422,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserAddressRequest", - "x": 5110, - "y": 2550, + "x": 10060, + "y": 10780, "width": 400, "height": 213, "isBold": false, @@ -20680,8 +47438,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserAddressRequest", - "x": 5620, - "y": 2340, + "x": 10580, + "y": 10570, "width": 400, "height": 106, "isBold": false, @@ -20696,8 +47454,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressRequest", - "x": 5110, - "y": 2140, + "x": 10060, + "y": 10370, "width": 400, "height": 106, "isBold": false, @@ -20712,8 +47470,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressResponse", - "x": 4600, - "y": 2080, + "x": 9550, + "y": 10310, "width": 400, "height": 213, "isBold": false, @@ -20728,8 +47486,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterRequest", - "x": 4090, - "y": 1560, + "x": 8980, + "y": 10070, "width": 400, "height": 137, "isBold": false, @@ -20744,8 +47502,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterFilter", - "x": 3580, - "y": 1480, + "x": 8520, + "y": 9980, "width": 400, "height": 213, "isBold": false, @@ -20760,8 +47518,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponse", - "x": 4030, - "y": 1980, + "x": 8980, + "y": 10340, "width": 400, "height": 118, "isBold": false, @@ -20776,8 +47534,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponseModel", - "x": 3580, - "y": 1900, + "x": 8520, + "y": 10250, "width": 400, "height": 213, "isBold": false, @@ -20792,8 +47550,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PackageService", - "x": 3070, - "y": 250, + "x": 7690, + "y": 8820, "width": 400, "height": 175, "isBold": false, @@ -20808,8 +47566,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageRequest", - "x": 2900, - "y": 1830, + "x": 7730, + "y": 10490, "width": 400, "height": 175, "isBold": false, @@ -20824,8 +47582,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageResponse", - "x": 3350, - "y": 1740, + "x": 7980, + "y": 10330, "width": 400, "height": 106, "isBold": false, @@ -20840,8 +47598,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdatePackageRequest", - "x": 3520, - "y": 250, + "x": 8140, + "y": 8820, "width": 400, "height": 175, "isBold": false, @@ -20856,8 +47614,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeletePackageRequest", - "x": 3070, - "y": 30, + "x": 7690, + "y": 8600, "width": 400, "height": 106, "isBold": false, @@ -20872,8 +47630,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageRequest", - "x": 2620, - "y": 280, + "x": 7240, + "y": 8850, "width": 400, "height": 106, "isBold": false, @@ -20888,8 +47646,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageResponse", - "x": 2740, - "y": 530, + "x": 7360, + "y": 9110, "width": 400, "height": 175, "isBold": false, @@ -20904,8 +47662,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterRequest", - "x": 2810, - "y": 820, + "x": 7440, + "y": 9390, "width": 400, "height": 137, "isBold": false, @@ -20920,8 +47678,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterFilter", - "x": 2810, - "y": 1010, + "x": 7440, + "y": 9580, "width": 400, "height": 175, "isBold": false, @@ -20936,8 +47694,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponse", - "x": 2890, - "y": 1290, + "x": 7520, + "y": 9870, "width": 400, "height": 118, "isBold": false, @@ -20952,8 +47710,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponseModel", - "x": 2890, - "y": 1460, + "x": 7520, + "y": 10040, "width": 400, "height": 175, "isBold": false, @@ -20968,8 +47726,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrderService", - "x": 540, - "y": 2480, + "x": 5230, + "y": 11700, "width": 400, "height": 175, "isBold": false, @@ -20984,8 +47742,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderRequest", - "x": 1820, - "y": 1810, + "x": 6640, + "y": 11150, "width": 400, "height": 220, "isBold": false, @@ -21000,8 +47758,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderResponse", - "x": 780, - "y": 1760, + "x": 5450, + "y": 11100, "width": 400, "height": 106, "isBold": false, @@ -21016,8 +47774,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserOrderRequest", - "x": 410, - "y": 1480, + "x": 5090, + "y": 10820, "width": 400, "height": 230, "isBold": false, @@ -21032,8 +47790,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserOrderRequest", - "x": 30, - "y": 2510, + "x": 4710, + "y": 11740, "width": 400, "height": 106, "isBold": false, @@ -21048,8 +47806,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderRequest", - "x": 540, - "y": 2700, + "x": 5230, + "y": 11930, "width": 400, "height": 106, "isBold": false, @@ -21064,8 +47822,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderResponse", - "x": 1110, - "y": 2560, + "x": 5800, + "y": 11800, "width": 400, "height": 240, "isBold": false, @@ -21080,8 +47838,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterRequest", - "x": 1110, - "y": 2370, + "x": 5800, + "y": 11610, "width": 400, "height": 137, "isBold": false, @@ -21096,8 +47854,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterFilter", - "x": 1560, - "y": 2370, + "x": 6310, + "y": 11610, "width": 400, "height": 240, "isBold": false, @@ -21112,8 +47870,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponse", - "x": 1050, - "y": 2190, + "x": 5740, + "y": 11440, "width": 400, "height": 118, "isBold": false, @@ -21128,8 +47886,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponseModel", - "x": 1500, - "y": 2080, + "x": 6190, + "y": 11320, "width": 400, "height": 240, "isBold": false, @@ -21144,8 +47902,8 @@ "type": "table", "schemaName": "CMS", "tableName": "RoleService", - "x": 1650, - "y": 5360, + "x": 6480, + "y": 13440, "width": 400, "height": 175, "isBold": false, @@ -21160,8 +47918,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleRequest", - "x": 1820, - "y": 3950, + "x": 6640, + "y": 12030, "width": 400, "height": 137, "isBold": false, @@ -21176,8 +47934,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleResponse", - "x": 1370, - "y": 4040, + "x": 6190, + "y": 12120, "width": 400, "height": 106, "isBold": false, @@ -21192,8 +47950,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateRoleRequest", - "x": 1200, - "y": 5370, + "x": 6030, + "y": 13460, "width": 400, "height": 137, "isBold": false, @@ -21208,8 +47966,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteRoleRequest", - "x": 1650, - "y": 5580, + "x": 6480, + "y": 13670, "width": 400, "height": 106, "isBold": false, @@ -21224,8 +47982,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleRequest", - "x": 2100, - "y": 5390, + "x": 6930, + "y": 13480, "width": 400, "height": 106, "isBold": false, @@ -21240,8 +47998,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleResponse", - "x": 1970, - "y": 5110, + "x": 6810, + "y": 13190, "width": 400, "height": 137, "isBold": false, @@ -21256,8 +48014,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterRequest", - "x": 1900, - "y": 4860, + "x": 6740, + "y": 12940, "width": 400, "height": 137, "isBold": false, @@ -21272,8 +48030,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterFilter", - "x": 1900, - "y": 4670, + "x": 6740, + "y": 12760, "width": 400, "height": 137, "isBold": false, @@ -21288,8 +48046,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponse", - "x": 1820, - "y": 4440, + "x": 6650, + "y": 12530, "width": 400, "height": 118, "isBold": false, @@ -21304,8 +48062,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponseModel", - "x": 1820, - "y": 4260, + "x": 6650, + "y": 12340, "width": 400, "height": 137, "isBold": false, @@ -21320,8 +48078,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRoleService", - "x": 10080, - "y": 3850, + "x": 12630, + "y": 11930, "width": 400, "height": 175, "isBold": false, @@ -21336,8 +48094,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleRequest", - "x": 6000, - "y": 3950, + "x": 10930, + "y": 12030, "width": 400, "height": 137, "isBold": false, @@ -21352,8 +48110,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleResponse", - "x": 8040, - "y": 3950, + "x": 11480, + "y": 12030, "width": 400, "height": 106, "isBold": false, @@ -21368,8 +48126,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRoleRequest", - "x": 10080, - "y": 4070, + "x": 12630, + "y": 12150, "width": 400, "height": 137, "isBold": false, @@ -21384,8 +48142,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRoleRequest", - "x": 10590, - "y": 3880, + "x": 13140, + "y": 11960, "width": 400, "height": 106, "isBold": false, @@ -21400,8 +48158,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleRequest", - "x": 10080, - "y": 3690, + "x": 12630, + "y": 11770, "width": 400, "height": 106, "isBold": false, @@ -21416,8 +48174,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleResponse", - "x": 9570, - "y": 3710, + "x": 12110, + "y": 11780, "width": 400, "height": 137, "isBold": false, @@ -21432,8 +48190,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterRequest", - "x": 9060, - "y": 3750, + "x": 11540, + "y": 11600, "width": 400, "height": 137, "isBold": false, @@ -21448,8 +48206,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterFilter", - "x": 8610, - "y": 3750, + "x": 11090, + "y": 11590, "width": 400, "height": 137, "isBold": false, @@ -21464,8 +48222,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponse", - "x": 8100, - "y": 2950, + "x": 11540, + "y": 11800, "width": 400, "height": 118, "isBold": false, @@ -21480,8 +48238,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponseModel", - "x": 7650, - "y": 2940, + "x": 11090, + "y": 11780, "width": 400, "height": 137, "isBold": false, @@ -21496,10 +48254,10 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpToken", - "x": 7750, - "y": 1740, + "x": 20540, + "y": 1880, "width": 310, - "height": 230, + "height": 258, "isBold": false, "titleColor": { "r": 55, @@ -21512,8 +48270,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpTokenService", - "x": 7200, - "y": 3240, + "x": 4860, + "y": 7980, "width": 400, "height": 150, "isBold": false, @@ -21528,10 +48286,10 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenRequest", - "x": 5880, - "y": 3130, + "x": 4850, + "y": 8470, "width": 400, - "height": 110, + "height": 154, "isBold": false, "titleColor": { "r": 255, @@ -21544,8 +48302,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenResponse", - "x": 6130, - "y": 3290, + "x": 5100, + "y": 8240, "width": 400, "height": 180, "isBold": false, @@ -21560,8 +48318,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterRequest", - "x": 7200, - "y": 3440, + "x": 5320, + "y": 7990, "width": 400, "height": 137, "isBold": false, @@ -21576,8 +48334,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterFilter", - "x": 7200, - "y": 3630, + "x": 5770, + "y": 7950, "width": 400, "height": 213, "isBold": false, @@ -21592,8 +48350,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponse", - "x": 7650, - "y": 3130, + "x": 4860, + "y": 7810, "width": 400, "height": 118, "isBold": false, @@ -21608,8 +48366,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponseModel", - "x": 8100, - "y": 3120, + "x": 4860, + "y": 7550, "width": 400, "height": 213, "isBold": false, @@ -21624,8 +48382,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenRequest", - "x": 7090, - "y": 2970, + "x": 4410, + "y": 7980, "width": 400, "height": 160, "isBold": false, @@ -21640,8 +48398,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenResponse", - "x": 6640, - "y": 3080, + "x": 4590, + "y": 8190, "width": 400, "height": 180, "isBold": false, @@ -21656,8 +48414,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenRequest", - "x": 3090, - "y": 3500, + "x": 9460, + "y": 11410, "width": 400, "height": 106, "isBold": false, @@ -21672,8 +48430,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenResponse", - "x": 2930, - "y": 3340, + "x": 8950, + "y": 11380, "width": 400, "height": 106, "isBold": false, @@ -21688,8 +48446,8 @@ "type": "table", "schemaName": "CMS", "tableName": "SetAddressAsDefaultRequest", - "x": 3970, - "y": 2280, + "x": 8910, + "y": 10510, "width": 400, "height": 106, "isBold": false, @@ -21704,8 +48462,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWallet", - "x": 5470, - "y": 1420, + "x": 20310, + "y": 4610, "width": 310, "height": 220, "isBold": false, @@ -21720,8 +48478,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletChangeLog", - "x": 5110, - "y": 1420, + "x": 20310, + "y": 4880, "width": 310, "height": 220, "isBold": false, @@ -21736,10 +48494,10 @@ "type": "table", "schemaName": "CMS", "tableName": "Transactions", - "x": 6590, - "y": 330, + "x": 22060, + "y": 2250, "width": 310, - "height": 560, + "height": 574, "isBold": false, "titleColor": { "r": 55, @@ -21752,8 +48510,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserCarts", - "x": 6310, - "y": 1740, + "x": 20610, + "y": 3340, "width": 310, "height": 220, "isBold": false, @@ -21768,8 +48526,8 @@ "type": "table", "schemaName": "CMS", "tableName": "FactorDetails", - "x": 6670, - "y": 1330, + "x": 21150, + "y": 2930, "width": 310, "height": 290, "isBold": false, @@ -21784,8 +48542,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Products", - "x": 6670, - "y": 1670, + "x": 20970, + "y": 3270, "width": 310, "height": 358, "isBold": false, @@ -21800,8 +48558,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductImages", - "x": 7390, - "y": 1670, + "x": 20970, + "y": 4080, "width": 310, "height": 358, "isBold": false, @@ -21816,8 +48574,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductGallerys", - "x": 7030, - "y": 1670, + "x": 20970, + "y": 3680, "width": 310, "height": 358, "isBold": false, @@ -21832,8 +48590,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PaymentStatus", - "x": 6950, - "y": 520, + "x": 21420, + "y": 850, "width": 310, "height": 170, "isBold": false, @@ -21848,8 +48606,8 @@ "type": "table", "schemaName": "CMS", "tableName": "TransactionType", - "x": 6230, - "y": 520, + "x": 22220, + "y": 5120, "width": 310, "height": 170, "isBold": false, @@ -21859,15 +48617,2079 @@ "b": 255, "a": 1 } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UserWalletService", + "x": 3040, + "y": 9090, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserWalletRequest", + "x": 4460, + "y": 8680, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserWalletResponse", + "x": 3260, + "y": 8580, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateUserWalletRequest", + "x": 2900, + "y": 8400, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteUserWalletRequest", + "x": 2530, + "y": 9120, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserWalletRequest", + "x": 3040, + "y": 9310, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserWalletResponse", + "x": 3610, + "y": 9180, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletByFilterRequest", + "x": 3610, + "y": 8990, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletByFilterFilter", + "x": 4130, + "y": 8990, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletByFilterResponse", + "x": 3550, + "y": 8820, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletByFilterResponseModel", + "x": 4000, + "y": 8800, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UserWalletChangeLogService", + "x": 4290, + "y": 15380, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserWalletChangeLogRequest", + "x": 4460, + "y": 13740, + "width": 400, + "height": 194, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserWalletChangeLogResponse", + "x": 4000, + "y": 13890, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateUserWalletChangeLogRequest", + "x": 3840, + "y": 15370, + "width": 400, + "height": 194, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteUserWalletChangeLogRequest", + "x": 4290, + "y": 15610, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserWalletChangeLogRequest", + "x": 4750, + "y": 15410, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserWalletChangeLogResponse", + "x": 4630, + "y": 15070, + "width": 400, + "height": 194, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletChangeLogByFilterRequest", + "x": 4550, + "y": 14830, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletChangeLogByFilterFilter", + "x": 4550, + "y": 14580, + "width": 400, + "height": 194, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletChangeLogByFilterResponse", + "x": 4480, + "y": 14350, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserWalletChangeLogByFilterResponseModel", + "x": 4480, + "y": 14100, + "width": 400, + "height": 194, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UserCartsService", + "x": 15190, + "y": 13650, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserCartsRequest", + "x": 13500, + "y": 13760, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserCartsResponse", + "x": 14040, + "y": 13760, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateUserCartsRequest", + "x": 15190, + "y": 13880, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteUserCartsRequest", + "x": 15710, + "y": 13690, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserCartsRequest", + "x": 15190, + "y": 13500, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserCartsResponse", + "x": 14680, + "y": 13490, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserCartsByFilterRequest", + "x": 14110, + "y": 13310, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserCartsByFilterFilter", + "x": 13650, + "y": 13280, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserCartsByFilterResponse", + "x": 14110, + "y": 13520, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserCartsByFilterResponseModel", + "x": 13650, + "y": 13490, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ProductGallerysService", + "x": 5280, + "y": 5870, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductGallerysRequest", + "x": 5320, + "y": 7420, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductGallerysResponse", + "x": 5570, + "y": 7270, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateProductGallerysRequest", + "x": 5730, + "y": 5890, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteProductGallerysRequest", + "x": 5280, + "y": 5650, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductGallerysRequest", + "x": 4830, + "y": 5910, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductGallerysResponse", + "x": 4950, + "y": 6160, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductGallerysByFilterRequest", + "x": 5030, + "y": 6410, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductGallerysByFilterFilter", + "x": 5030, + "y": 6600, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductGallerysByFilterResponse", + "x": 5110, + "y": 6850, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductGallerysByFilterResponseModel", + "x": 5110, + "y": 7020, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "FactorDetailsService", + "x": 1790, + "y": 16470, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewFactorDetailsRequest", + "x": 2400, + "y": 15420, + "width": 400, + "height": 232, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewFactorDetailsResponse", + "x": 2010, + "y": 15260, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateFactorDetailsRequest", + "x": 1650, + "y": 14980, + "width": 400, + "height": 232, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteFactorDetailsRequest", + "x": 1280, + "y": 16500, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetFactorDetailsRequest", + "x": 1790, + "y": 16700, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetFactorDetailsResponse", + "x": 2360, + "y": 16560, + "width": 400, + "height": 232, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllFactorDetailsByFilterRequest", + "x": 2360, + "y": 16370, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllFactorDetailsByFilterFilter", + "x": 2880, + "y": 16370, + "width": 400, + "height": 232, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllFactorDetailsByFilterResponse", + "x": 2300, + "y": 16200, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllFactorDetailsByFilterResponseModel", + "x": 2750, + "y": 16080, + "width": 400, + "height": 232, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ProductsService", + "x": 3500, + "y": 17830, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductsRequest", + "x": 2400, + "y": 15710, + "width": 400, + "height": 327, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductsResponse", + "x": 3210, + "y": 15930, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateProductsRequest", + "x": 3040, + "y": 17750, + "width": 400, + "height": 327, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteProductsRequest", + "x": 3500, + "y": 18060, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductsRequest", + "x": 3950, + "y": 17860, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductsResponse", + "x": 3820, + "y": 17390, + "width": 400, + "height": 327, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductsByFilterRequest", + "x": 3750, + "y": 17140, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductsByFilterFilter", + "x": 3750, + "y": 16760, + "width": 400, + "height": 327, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductsByFilterResponse", + "x": 3670, + "y": 16530, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductsByFilterResponseModel", + "x": 3670, + "y": 16150, + "width": 400, + "height": 327, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ProductImagesService", + "x": 23400, + "y": 5910, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductImagesRequest", + "x": 16060, + "y": 15690, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewProductImagesResponse", + "x": 22260, + "y": 6020, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateProductImagesRequest", + "x": 23400, + "y": 6140, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteProductImagesRequest", + "x": 23920, + "y": 5950, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductImagesRequest", + "x": 23400, + "y": 5760, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetProductImagesResponse", + "x": 22890, + "y": 5750, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductImagesByFilterRequest", + "x": 22380, + "y": 70, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductImagesByFilterFilter", + "x": 21930, + "y": 50, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductImagesByFilterResponse", + "x": 22320, + "y": 290, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllProductImagesByFilterResponseModel", + "x": 21870, + "y": 250, + "width": 400, + "height": 156, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "TransactionsService", + "x": 15960, + "y": 5320, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewTransactionsRequest", + "x": 16990, + "y": 4640, + "width": 400, + "height": 498, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewTransactionsResponse", + "x": 15960, + "y": 5540, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateTransactionsRequest", + "x": 22180, + "y": 5400, + "width": 400, + "height": 498, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteTransactionsRequest", + "x": 15820, + "y": 50, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetTransactionsRequest", + "x": 15450, + "y": 5350, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetTransactionsResponse", + "x": 16480, + "y": 860, + "width": 400, + "height": 498, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllTransactionsByFilterRequest", + "x": 16280, + "y": 470, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllTransactionsByFilterFilter", + "x": 16740, + "y": 270, + "width": 400, + "height": 543, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllTransactionsByFilterResponse", + "x": 20920, + "y": 150, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllTransactionsByFilterResponseModel", + "x": 21370, + "y": 30, + "width": 400, + "height": 498, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "AdminGetJwtTokenRequest", + "x": 8430, + "y": 11330, + "width": 400, + "height": 128, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "AdminGetJwtTokenResponse", + "x": 7920, + "y": 11320, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "SetPasswordForUserRequest", + "x": 7730, + "y": 11110, + "width": 400, + "height": 155, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "Contract", + "x": 20190, + "y": 2190, + "width": 310, + "height": 258, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UserContract", + "x": 20190, + "y": 2500, + "width": 310, + "height": 258, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ContractService", + "x": 18020, + "y": 1800, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewContractRequest", + "x": 18530, + "y": 1480, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewContractResponse", + "x": 18240, + "y": 1320, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateContractRequest", + "x": 17250, + "y": 1040, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteContractRequest", + "x": 17880, + "y": 1160, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetContractRequest", + "x": 17510, + "y": 1770, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetContractResponse", + "x": 18020, + "y": 2030, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllContractByFilterRequest", + "x": 18530, + "y": 1710, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllContractByFilterFilter", + "x": 18980, + "y": 1660, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllContractByFilterResponse", + "x": 18470, + "y": 1900, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllContractByFilterResponseModel", + "x": 18980, + "y": 1890, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UserContractService", + "x": 540, + "y": 19090, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserContractRequest", + "x": 1160, + "y": 18270, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewUserContractResponse", + "x": 760, + "y": 18110, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateUserContractRequest", + "x": 410, + "y": 17880, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteUserContractRequest", + "x": 30, + "y": 19130, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserContractRequest", + "x": 540, + "y": 19320, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserContractResponse", + "x": 1120, + "y": 19180, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserContractByFilterRequest", + "x": 1120, + "y": 18990, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserContractByFilterFilter", + "x": 1570, + "y": 19000, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserContractByFilterResponse", + "x": 1060, + "y": 18820, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllUserContractByFilterResponseModel", + "x": 1510, + "y": 18770, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ContractType", + "x": 20210, + "y": 2010, + "width": 278, + "height": 124, + "isBold": false, + "titleColor": { + "r": 190, + "g": 220, + "b": 255, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "Category", + "x": 21750, + "y": 3310, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CategoryService", + "x": 4200, + "y": 19020, + "width": 431, + "height": 200, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryRequest", + "x": 1180, + "y": 18490, + "width": 356, + "height": 220, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryResponse", + "x": 3980, + "y": 18710, + "width": 300, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterFilter", + "x": 3450, + "y": 19020, + "width": 349, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterRequest", + "x": 3850, + "y": 19020, + "width": 303, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponseModel", + "x": 4230, + "y": 19590, + "width": 381, + "height": 263, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponse", + "x": 4260, + "y": 19330, + "width": 325, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryRequest", + "x": 4680, + "y": 19020, + "width": 286, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryResponse", + "x": 4520, + "y": 17940, + "width": 320, + "height": 276, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateCategoryRequest", + "x": 3950, + "y": 18020, + "width": 519, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteCategoryRequest", + "x": 4130, + "y": 18330, + "width": 311, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductCategory", + "x": 21330, + "y": 3310, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } } ], "layers": [ { "name": "Domain", - "x": 5060, - "y": 270, - "width": 3060, - "height": 1815, + "x": 19440, + "y": 680, + "width": 3151, + "height": 4665, "layerColor": { "r": 100, "g": 234, @@ -21893,29 +50715,29 @@ "visible": true, "vertices": [ { - "x": 6275, - "y": 1710 + "x": 20665, + "y": 4540 }, { - "x": 6300, - "y": 1710 + "x": 20690, + "y": 4540 }, { - "x": 6300, - "y": 1770 + "x": 20690, + "y": 4600 }, { - "x": 6240, - "y": 1770 + "x": 20630, + "y": 4600 }, { - "x": 6240, - "y": 1745 + "x": 20630, + "y": 4580 } ], "label": { - "x": 6265, - "y": 1672, + "x": 20655, + "y": 4502, "width": 104, "height": 32, "fontName": "Arial Unicode MS", @@ -21939,21 +50761,17 @@ "visible": true, "vertices": [ { - "x": 6225, - "y": 1170 + "x": 21905, + "y": 4500 }, { - "x": 6190, - "y": 1170 - }, - { - "x": 6190, - "y": 1315 + "x": 20665, + "y": 4500 } ], "label": { - "x": 6078, - "y": 1132, + "x": 21758, + "y": 4462, "width": 157, "height": 32, "fontName": "Arial Unicode MS", @@ -21977,17 +50795,17 @@ "visible": true, "vertices": [ { - "x": 5960, - "y": 805 + "x": 19845, + "y": 4340 }, { - "x": 5960, - "y": 785 + "x": 19825, + "y": 4340 } ], "label": { - "x": 5968, - "y": 815, + "x": 19861, + "y": 4342, "width": 135, "height": 32, "fontName": "Arial Unicode MS", @@ -22011,17 +50829,17 @@ "visible": true, "vertices": [ { - "x": 5960, - "y": 965 + "x": 20185, + "y": 4340 }, { - "x": 5960, - "y": 1315 + "x": 20265, + "y": 4340 } ], "label": { - "x": 5828, - "y": 915, + "x": 20041, + "y": 4302, "width": 134, "height": 32, "fontName": "Arial Unicode MS", @@ -22045,17 +50863,17 @@ "visible": true, "vertices": [ { - "x": 6995, - "y": 1120 + "x": 21665, + "y": 2790 }, { - "x": 7145, - "y": 1120 + "x": 21685, + "y": 2790 } ], "label": { - "x": 6817, - "y": 1082, + "x": 21487, + "y": 2752, "width": 168, "height": 32, "fontName": "Arial Unicode MS", @@ -22079,21 +50897,21 @@ "visible": true, "vertices": [ { - "x": 6655, - "y": 1010 + "x": 21325, + "y": 2810 }, { - "x": 6070, - "y": 1010 + "x": 20450, + "y": 2810 }, { - "x": 6070, - "y": 1315 + "x": 20450, + "y": 4115 } ], "label": { - "x": 6523, - "y": 972, + "x": 21193, + "y": 2772, "width": 142, "height": 32, "fontName": "Arial Unicode MS", @@ -22117,21 +50935,21 @@ "visible": true, "vertices": [ { - "x": 2760, - "y": 3605 + "x": 7580, + "y": 11415 }, { - "x": 2760, - "y": 2270 + "x": 7580, + "y": 10930 }, { - "x": 2805, - "y": 2270 + "x": 7615, + "y": 10930 } ], "label": { - "x": 2768, - "y": 3615, + "x": 7588, + "y": 11425, "width": 278, "height": 32, "fontName": "Arial Unicode MS", @@ -22155,17 +50973,17 @@ "visible": true, "vertices": [ { - "x": 2650, - "y": 3605 + "x": 7470, + "y": 11415 }, { - "x": 2650, - "y": 2101 + "x": 7470, + "y": 10751 } ], "label": { - "x": 2658, - "y": 3585, + "x": 7478, + "y": 11395, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -22189,17 +51007,17 @@ "visible": true, "vertices": [ { - "x": 2565, - "y": 3710 + "x": 7395, + "y": 11570 }, { - "x": 2485, - "y": 3710 + "x": 7315, + "y": 11570 } ], "label": { - "x": 2581, - "y": 3712, + "x": 7411, + "y": 11572, "width": 254, "height": 32, "fontName": "Arial Unicode MS", @@ -22223,17 +51041,17 @@ "visible": true, "vertices": [ { - "x": 2780, - "y": 3825 + "x": 7470, + "y": 11729 }, { - "x": 2780, - "y": 3845 + "x": 7470, + "y": 11765 } ], "label": { - "x": 2788, - "y": 3785, + "x": 7478, + "y": 11689, "width": 249, "height": 32, "fontName": "Arial Unicode MS", @@ -22257,17 +51075,17 @@ "visible": true, "vertices": [ { - "x": 2995, - "y": 3790 + "x": 7750, + "y": 11729 }, { - "x": 3705, - "y": 3790 + "x": 7750, + "y": 11925 } ], "label": { - "x": 2991, - "y": 3762, + "x": 7758, + "y": 11689, "width": 228, "height": 32, "fontName": "Arial Unicode MS", @@ -22291,25 +51109,17 @@ "visible": true, "vertices": [ { - "x": 2995, - "y": 3710 + "x": 7825, + "y": 11700 }, { - "x": 3660, - "y": 3710 - }, - { - "x": 3660, - "y": 3620 - }, - { - "x": 3705, - "y": 3620 + "x": 10015, + "y": 11700 } ], "label": { - "x": 2991, - "y": 3712, + "x": 7821, + "y": 11702, "width": 238, "height": 32, "fontName": "Arial Unicode MS", @@ -22333,25 +51143,25 @@ "visible": true, "vertices": [ { - "x": 2995, - "y": 3680 + "x": 7825, + "y": 11600 }, { - "x": 3600, - "y": 3680 + "x": 9980, + "y": 11600 }, { - "x": 3600, - "y": 3220 + "x": 9980, + "y": 11520 }, { - "x": 3645, - "y": 3220 + "x": 10015, + "y": 11520 } ], "label": { - "x": 2991, - "y": 3682, + "x": 7821, + "y": 11602, "width": 295, "height": 32, "fontName": "Arial Unicode MS", @@ -22375,25 +51185,25 @@ "visible": true, "vertices": [ { - "x": 2995, - "y": 3660 + "x": 7825, + "y": 11570 }, { - "x": 3540, - "y": 3660 + "x": 9920, + "y": 11570 }, { - "x": 3540, - "y": 2820 + "x": 9920, + "y": 11330 }, { - "x": 3585, - "y": 2820 + "x": 9955, + "y": 11330 } ], "label": { - "x": 2991, - "y": 3662, + "x": 7821, + "y": 11572, "width": 305, "height": 32, "fontName": "Arial Unicode MS", @@ -22417,17 +51227,17 @@ "visible": true, "vertices": [ { - "x": 4075, - "y": 3220 + "x": 10445, + "y": 11520 }, { - "x": 4095, - "y": 3220 + "x": 10535, + "y": 11520 } ], "label": { - "x": 4071, - "y": 3222, + "x": 10441, + "y": 11522, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -22451,17 +51261,17 @@ "visible": true, "vertices": [ { - "x": 4015, - "y": 2810 + "x": 10385, + "y": 11330 }, { - "x": 4035, - "y": 2810 + "x": 10405, + "y": 11330 } ], "label": { - "x": 4011, - "y": 2812, + "x": 10381, + "y": 11332, "width": 442, "height": 32, "fontName": "Arial Unicode MS", @@ -22485,25 +51295,29 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2450 + "x": 10045, + "y": 10670 }, { - "x": 3920, - "y": 2450 + "x": 8860, + "y": 10670 }, { - "x": 3920, - "y": 2300 + "x": 8860, + "y": 10600 }, { - "x": 3745, - "y": 2300 + "x": 8340, + "y": 10600 + }, + { + "x": 8340, + "y": 10805 } ], "label": { - "x": 5111, - "y": 2452, + "x": 10061, + "y": 10672, "width": 384, "height": 32, "fontName": "Arial Unicode MS", @@ -22527,17 +51341,17 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2480 + "x": 10045, + "y": 10710 }, { - "x": 3875, - "y": 2480 + "x": 8815, + "y": 10710 } ], "label": { - "x": 5111, - "y": 2452, + "x": 10061, + "y": 10682, "width": 394, "height": 32, "fontName": "Arial Unicode MS", @@ -22561,17 +51375,17 @@ "visible": true, "vertices": [ { - "x": 5310, - "y": 2515 + "x": 10260, + "y": 10745 }, { - "x": 5310, - "y": 2535 + "x": 10260, + "y": 10765 } ], "label": { - "x": 5318, - "y": 2505, + "x": 10268, + "y": 10735, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -22595,17 +51409,17 @@ "visible": true, "vertices": [ { - "x": 5525, - "y": 2400 + "x": 10475, + "y": 10620 }, { - "x": 5605, - "y": 2400 + "x": 10565, + "y": 10620 } ], "label": { - "x": 5521, - "y": 2372, + "x": 10471, + "y": 10592, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -22629,17 +51443,17 @@ "visible": true, "vertices": [ { - "x": 5310, - "y": 2285 + "x": 10260, + "y": 10515 }, { - "x": 5310, - "y": 2261 + "x": 10260, + "y": 10491 } ], "label": { - "x": 5318, - "y": 2265, + "x": 10268, + "y": 10495, "width": 334, "height": 32, "fontName": "Arial Unicode MS", @@ -22663,25 +51477,25 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2320 + "x": 10045, + "y": 10550 }, { - "x": 5060, - "y": 2320 + "x": 10010, + "y": 10550 }, { - "x": 5060, - "y": 2230 + "x": 10010, + "y": 10460 }, { - "x": 5015, - "y": 2230 + "x": 9965, + "y": 10460 } ], "label": { - "x": 5111, - "y": 2322, + "x": 10061, + "y": 10552, "width": 344, "height": 32, "fontName": "Arial Unicode MS", @@ -22705,25 +51519,25 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2350 + "x": 10045, + "y": 10580 }, { - "x": 4550, - "y": 2350 + "x": 9490, + "y": 10580 }, { - "x": 4550, - "y": 1630 + "x": 9490, + "y": 10140 }, { - "x": 4505, - "y": 1630 + "x": 9395, + "y": 10140 } ], "label": { - "x": 5111, - "y": 2352, + "x": 10061, + "y": 10582, "width": 401, "height": 32, "fontName": "Arial Unicode MS", @@ -22747,25 +51561,25 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2380 + "x": 10045, + "y": 10610 }, { - "x": 4490, - "y": 2380 + "x": 9430, + "y": 10610 }, { - "x": 4490, - "y": 2050 + "x": 9430, + "y": 10400 }, { - "x": 4445, - "y": 2050 + "x": 9395, + "y": 10400 } ], "label": { - "x": 5111, - "y": 2382, + "x": 10061, + "y": 10612, "width": 411, "height": 32, "fontName": "Arial Unicode MS", @@ -22789,17 +51603,17 @@ "visible": true, "vertices": [ { - "x": 4075, - "y": 1620 + "x": 8965, + "y": 10130 }, { - "x": 3995, - "y": 1620 + "x": 8935, + "y": 10130 } ], "label": { - "x": 4091, - "y": 1622, + "x": 8981, + "y": 10132, "width": 463, "height": 32, "fontName": "Arial Unicode MS", @@ -22823,17 +51637,17 @@ "visible": true, "vertices": [ { - "x": 4015, - "y": 2040 + "x": 8965, + "y": 10400 }, { - "x": 3995, - "y": 2040 + "x": 8935, + "y": 10400 } ], "label": { - "x": 4031, - "y": 2042, + "x": 8981, + "y": 10402, "width": 548, "height": 32, "fontName": "Arial Unicode MS", @@ -22857,25 +51671,25 @@ "visible": true, "vertices": [ { - "x": 3340, - "y": 440 + "x": 7970, + "y": 9010 }, { - "x": 3340, - "y": 1690 + "x": 7970, + "y": 10270 }, { - "x": 3230, - "y": 1690 + "x": 7930, + "y": 10270 }, { - "x": 3230, - "y": 1815 + "x": 7930, + "y": 10475 } ], "label": { - "x": 3348, - "y": 430, + "x": 7978, + "y": 9000, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -22899,17 +51713,17 @@ "visible": true, "vertices": [ { - "x": 3420, - "y": 440 + "x": 8040, + "y": 9010 }, { - "x": 3420, - "y": 1725 + "x": 8040, + "y": 10315 } ], "label": { - "x": 3428, - "y": 400, + "x": 8048, + "y": 8970, "width": 340, "height": 32, "fontName": "Arial Unicode MS", @@ -22933,17 +51747,17 @@ "visible": true, "vertices": [ { - "x": 3485, - "y": 340 + "x": 8105, + "y": 8900 }, { - "x": 3505, - "y": 340 + "x": 8125, + "y": 8900 } ], "label": { - "x": 3481, - "y": 342, + "x": 8101, + "y": 8902, "width": 306, "height": 32, "fontName": "Arial Unicode MS", @@ -22967,17 +51781,17 @@ "visible": true, "vertices": [ { - "x": 3270, - "y": 235 + "x": 7890, + "y": 8805 }, { - "x": 3270, - "y": 151 + "x": 7890, + "y": 8721 } ], "label": { - "x": 3278, - "y": 215, + "x": 7898, + "y": 8785, "width": 301, "height": 32, "fontName": "Arial Unicode MS", @@ -23001,17 +51815,17 @@ "visible": true, "vertices": [ { - "x": 3055, - "y": 340 + "x": 7675, + "y": 8900 }, { - "x": 3035, - "y": 340 + "x": 7655, + "y": 8900 } ], "label": { - "x": 3071, - "y": 312, + "x": 7691, + "y": 8872, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -23035,25 +51849,25 @@ "visible": true, "vertices": [ { - "x": 3110, - "y": 440 + "x": 7740, + "y": 9010 }, { - "x": 3110, - "y": 480 + "x": 7740, + "y": 9050 }, { - "x": 3070, - "y": 480 + "x": 7690, + "y": 9050 }, { - "x": 3070, - "y": 515 + "x": 7690, + "y": 9095 } ], "label": { - "x": 3118, - "y": 430, + "x": 7748, + "y": 9000, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -23077,25 +51891,25 @@ "visible": true, "vertices": [ { - "x": 3190, - "y": 440 + "x": 7810, + "y": 9010 }, { - "x": 3190, - "y": 760 + "x": 7810, + "y": 9340 }, { - "x": 3140, - "y": 760 + "x": 7780, + "y": 9340 }, { - "x": 3140, - "y": 805 + "x": 7780, + "y": 9375 } ], "label": { - "x": 3198, - "y": 430, + "x": 7818, + "y": 9000, "width": 347, "height": 32, "fontName": "Arial Unicode MS", @@ -23119,25 +51933,25 @@ "visible": true, "vertices": [ { - "x": 3270, - "y": 440 + "x": 7900, + "y": 9010 }, { - "x": 3270, - "y": 1240 + "x": 7900, + "y": 9810 }, { - "x": 3220, - "y": 1240 + "x": 7850, + "y": 9810 }, { - "x": 3220, - "y": 1275 + "x": 7850, + "y": 9855 } ], "label": { - "x": 3278, - "y": 430, + "x": 7908, + "y": 9000, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -23161,17 +51975,17 @@ "visible": true, "vertices": [ { - "x": 3010, - "y": 972 + "x": 7640, + "y": 9542 }, { - "x": 3010, - "y": 995 + "x": 7640, + "y": 9565 } ], "label": { - "x": 3018, - "y": 962, + "x": 7648, + "y": 9532, "width": 409, "height": 32, "fontName": "Arial Unicode MS", @@ -23195,17 +52009,17 @@ "visible": true, "vertices": [ { - "x": 3090, - "y": 1423 + "x": 7710, + "y": 10003 }, { - "x": 3090, - "y": 1445 + "x": 7710, + "y": 10025 } ], "label": { - "x": 3098, - "y": 1413, + "x": 7718, + "y": 9993, "width": 494, "height": 32, "fontName": "Arial Unicode MS", @@ -23229,21 +52043,21 @@ "visible": true, "vertices": [ { - "x": 830, - "y": 2465 + "x": 5490, + "y": 11685 }, { - "x": 830, - "y": 1920 + "x": 5490, + "y": 11260 }, { - "x": 1805, - "y": 1920 + "x": 6625, + "y": 11260 } ], "label": { - "x": 838, - "y": 2475, + "x": 5498, + "y": 11695, "width": 354, "height": 32, "fontName": "Arial Unicode MS", @@ -23267,21 +52081,21 @@ "visible": true, "vertices": [ { - "x": 720, - "y": 2465 + "x": 5390, + "y": 11685 }, { - "x": 720, - "y": 1810 + "x": 5390, + "y": 11150 }, { - "x": 765, - "y": 1810 + "x": 5435, + "y": 11150 } ], "label": { - "x": 728, - "y": 2445, + "x": 5398, + "y": 11665, "width": 364, "height": 32, "fontName": "Arial Unicode MS", @@ -23305,17 +52119,17 @@ "visible": true, "vertices": [ { - "x": 610, - "y": 2465 + "x": 5290, + "y": 11685 }, { - "x": 610, - "y": 1725 + "x": 5290, + "y": 11065 } ], "label": { - "x": 618, - "y": 2475, + "x": 5298, + "y": 11695, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -23339,17 +52153,17 @@ "visible": true, "vertices": [ { - "x": 525, - "y": 2560 + "x": 5215, + "y": 11790 }, { - "x": 445, - "y": 2560 + "x": 5125, + "y": 11790 } ], "label": { - "x": 541, - "y": 2532, + "x": 5231, + "y": 11762, "width": 325, "height": 32, "fontName": "Arial Unicode MS", @@ -23373,17 +52187,17 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 2670 + "x": 5430, + "y": 11890 }, { - "x": 740, - "y": 2685 + "x": 5430, + "y": 11915 } ], "label": { - "x": 748, - "y": 2630, + "x": 5438, + "y": 11850, "width": 304, "height": 32, "fontName": "Arial Unicode MS", @@ -23407,17 +52221,17 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 2630 + "x": 5645, + "y": 11860 }, { - "x": 1095, - "y": 2630 + "x": 5785, + "y": 11860 } ], "label": { - "x": 951, - "y": 2632, + "x": 5641, + "y": 11862, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -23441,25 +52255,25 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 2530 + "x": 5645, + "y": 11760 }, { - "x": 1060, - "y": 2530 + "x": 5740, + "y": 11760 }, { - "x": 1060, - "y": 2440 + "x": 5740, + "y": 11680 }, { - "x": 1095, - "y": 2440 + "x": 5785, + "y": 11680 } ], "label": { - "x": 951, - "y": 2532, + "x": 5641, + "y": 11762, "width": 371, "height": 32, "fontName": "Arial Unicode MS", @@ -23483,25 +52297,25 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 2500 + "x": 5645, + "y": 11720 }, { - "x": 1000, - "y": 2500 + "x": 5680, + "y": 11720 }, { - "x": 1000, - "y": 2260 + "x": 5680, + "y": 11500 }, { - "x": 1035, - "y": 2260 + "x": 5725, + "y": 11500 } ], "label": { - "x": 951, - "y": 2502, + "x": 5641, + "y": 11722, "width": 381, "height": 32, "fontName": "Arial Unicode MS", @@ -23525,17 +52339,17 @@ "visible": true, "vertices": [ { - "x": 1525, - "y": 2440 + "x": 6215, + "y": 11680 }, { - "x": 1545, - "y": 2440 + "x": 6295, + "y": 11680 } ], "label": { - "x": 1521, - "y": 2442, + "x": 6211, + "y": 11682, "width": 433, "height": 32, "fontName": "Arial Unicode MS", @@ -23559,17 +52373,17 @@ "visible": true, "vertices": [ { - "x": 1465, - "y": 2250 + "x": 6155, + "y": 11490 }, { - "x": 1485, - "y": 2250 + "x": 6175, + "y": 11490 } ], "label": { - "x": 1461, - "y": 2252, + "x": 6151, + "y": 11492, "width": 518, "height": 32, "fontName": "Arial Unicode MS", @@ -23593,25 +52407,25 @@ "visible": true, "vertices": [ { - "x": 1770, - "y": 5345 + "x": 6600, + "y": 13425 }, { - "x": 1770, - "y": 4200 + "x": 6600, + "y": 12280 }, { - "x": 1880, - "y": 4200 + "x": 6700, + "y": 12280 }, { - "x": 1880, - "y": 4102 + "x": 6700, + "y": 12182 } ], "label": { - "x": 1778, - "y": 5355, + "x": 6608, + "y": 13435, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -23635,17 +52449,17 @@ "visible": true, "vertices": [ { - "x": 1690, - "y": 5345 + "x": 6520, + "y": 13425 }, { - "x": 1690, - "y": 4161 + "x": 6520, + "y": 12241 } ], "label": { - "x": 1698, - "y": 5325, + "x": 6528, + "y": 13405, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -23669,17 +52483,17 @@ "visible": true, "vertices": [ { - "x": 1635, - "y": 5440 + "x": 6465, + "y": 13530 }, { - "x": 1615, - "y": 5440 + "x": 6445, + "y": 13530 } ], "label": { - "x": 1651, - "y": 5442, + "x": 6481, + "y": 13532, "width": 256, "height": 32, "fontName": "Arial Unicode MS", @@ -23703,17 +52517,17 @@ "visible": true, "vertices": [ { - "x": 1850, - "y": 5550 + "x": 6680, + "y": 13630 }, { - "x": 1850, - "y": 5565 + "x": 6680, + "y": 13655 } ], "label": { - "x": 1858, - "y": 5510, + "x": 6688, + "y": 13590, "width": 251, "height": 32, "fontName": "Arial Unicode MS", @@ -23737,17 +52551,17 @@ "visible": true, "vertices": [ { - "x": 2065, - "y": 5440 + "x": 6895, + "y": 13530 }, { - "x": 2085, - "y": 5440 + "x": 6915, + "y": 13530 } ], "label": { - "x": 2061, - "y": 5412, + "x": 6891, + "y": 13502, "width": 230, "height": 32, "fontName": "Arial Unicode MS", @@ -23771,25 +52585,25 @@ "visible": true, "vertices": [ { - "x": 2000, - "y": 5345 + "x": 6830, + "y": 13425 }, { - "x": 2000, - "y": 5300 + "x": 6830, + "y": 13390 }, { - "x": 2050, - "y": 5300 + "x": 6880, + "y": 13390 }, { - "x": 2050, - "y": 5262 + "x": 6880, + "y": 13342 } ], "label": { - "x": 2008, - "y": 5355, + "x": 6838, + "y": 13435, "width": 240, "height": 32, "fontName": "Arial Unicode MS", @@ -23813,25 +52627,25 @@ "visible": true, "vertices": [ { - "x": 1920, - "y": 5345 + "x": 6760, + "y": 13425 }, { - "x": 1920, - "y": 5050 + "x": 6760, + "y": 13140 }, { - "x": 1970, - "y": 5050 + "x": 6810, + "y": 13140 }, { - "x": 1970, - "y": 5012 + "x": 6810, + "y": 13092 } ], "label": { - "x": 1928, - "y": 5355, + "x": 6768, + "y": 13435, "width": 297, "height": 32, "fontName": "Arial Unicode MS", @@ -23855,25 +52669,25 @@ "visible": true, "vertices": [ { - "x": 1840, - "y": 5345 + "x": 6680, + "y": 13425 }, { - "x": 1840, - "y": 4620 + "x": 6680, + "y": 12700 }, { - "x": 1900, - "y": 4620 + "x": 6720, + "y": 12700 }, { - "x": 1900, - "y": 4573 + "x": 6720, + "y": 12663 } ], "label": { - "x": 1848, - "y": 5355, + "x": 6688, + "y": 13435, "width": 307, "height": 32, "fontName": "Arial Unicode MS", @@ -23897,17 +52711,17 @@ "visible": true, "vertices": [ { - "x": 2100, - "y": 4845 + "x": 6940, + "y": 12925 }, { - "x": 2100, - "y": 4822 + "x": 6940, + "y": 12912 } ], "label": { - "x": 2108, - "y": 4855, + "x": 6948, + "y": 12935, "width": 359, "height": 32, "fontName": "Arial Unicode MS", @@ -23931,17 +52745,17 @@ "visible": true, "vertices": [ { - "x": 2020, - "y": 4425 + "x": 6850, + "y": 12515 }, { - "x": 2020, - "y": 4412 + "x": 6850, + "y": 12492 } ], "label": { - "x": 2028, - "y": 4435, + "x": 6858, + "y": 12525, "width": 444, "height": 32, "fontName": "Arial Unicode MS", @@ -23965,29 +52779,29 @@ "visible": true, "vertices": [ { - "x": 10065, - "y": 3970 + "x": 12615, + "y": 12050 }, { - "x": 8500, - "y": 3970 + "x": 11940, + "y": 12050 }, { - "x": 8500, - "y": 3890 + "x": 11940, + "y": 11970 }, { - "x": 6200, - "y": 3890 + "x": 11130, + "y": 11970 }, { - "x": 6200, - "y": 3935 + "x": 11130, + "y": 12015 } ], "label": { - "x": 10081, - "y": 3972, + "x": 12631, + "y": 12052, "width": 338, "height": 32, "fontName": "Arial Unicode MS", @@ -24011,17 +52825,17 @@ "visible": true, "vertices": [ { - "x": 10065, - "y": 4000 + "x": 12615, + "y": 12080 }, { - "x": 8455, - "y": 4000 + "x": 11895, + "y": 12080 } ], "label": { - "x": 10081, - "y": 3972, + "x": 12631, + "y": 12052, "width": 348, "height": 32, "fontName": "Arial Unicode MS", @@ -24045,17 +52859,17 @@ "visible": true, "vertices": [ { - "x": 10280, - "y": 4040 + "x": 12830, + "y": 12120 }, { - "x": 10280, - "y": 4055 + "x": 12830, + "y": 12135 } ], "label": { - "x": 10288, - "y": 4030, + "x": 12838, + "y": 12110, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -24079,17 +52893,17 @@ "visible": true, "vertices": [ { - "x": 10495, - "y": 3940 + "x": 13045, + "y": 12010 }, { - "x": 10575, - "y": 3940 + "x": 13125, + "y": 12010 } ], "label": { - "x": 10491, - "y": 3912, + "x": 13041, + "y": 11982, "width": 309, "height": 32, "fontName": "Arial Unicode MS", @@ -24113,17 +52927,17 @@ "visible": true, "vertices": [ { - "x": 10280, - "y": 3835 + "x": 12830, + "y": 11915 }, { - "x": 10280, - "y": 3811 + "x": 12830, + "y": 11891 } ], "label": { - "x": 10288, - "y": 3815, + "x": 12838, + "y": 11895, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -24147,25 +52961,25 @@ "visible": true, "vertices": [ { - "x": 10065, - "y": 3870 + "x": 12615, + "y": 11950 }, { - "x": 10030, - "y": 3870 + "x": 12570, + "y": 11950 }, { - "x": 10030, - "y": 3780 + "x": 12570, + "y": 11860 }, { - "x": 9985, - "y": 3780 + "x": 12525, + "y": 11860 } ], "label": { - "x": 10081, - "y": 3872, + "x": 12631, + "y": 11952, "width": 298, "height": 32, "fontName": "Arial Unicode MS", @@ -24189,25 +53003,25 @@ "visible": true, "vertices": [ { - "x": 10065, - "y": 3900 + "x": 12615, + "y": 11980 }, { - "x": 9520, - "y": 3900 + "x": 12060, + "y": 11980 }, { - "x": 9520, - "y": 3820 + "x": 12060, + "y": 11680 }, { - "x": 9475, - "y": 3820 + "x": 11955, + "y": 11680 } ], "label": { - "x": 10081, - "y": 3902, + "x": 12631, + "y": 11982, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -24231,25 +53045,25 @@ "visible": true, "vertices": [ { - "x": 10065, - "y": 3940 + "x": 12615, + "y": 12010 }, { - "x": 8560, - "y": 3940 + "x": 12000, + "y": 12010 }, { - "x": 8560, - "y": 3010 + "x": 12000, + "y": 11860 }, { - "x": 8515, - "y": 3010 + "x": 11955, + "y": 11860 } ], "label": { - "x": 10081, - "y": 3942, + "x": 12631, + "y": 12012, "width": 365, "height": 32, "fontName": "Arial Unicode MS", @@ -24273,17 +53087,17 @@ "visible": true, "vertices": [ { - "x": 9045, - "y": 3820 + "x": 11525, + "y": 11670 }, { - "x": 9025, - "y": 3820 + "x": 11505, + "y": 11670 } ], "label": { - "x": 9061, - "y": 3822, + "x": 11541, + "y": 11672, "width": 417, "height": 32, "fontName": "Arial Unicode MS", @@ -24307,17 +53121,17 @@ "visible": true, "vertices": [ { - "x": 8085, - "y": 3010 + "x": 11525, + "y": 11850 }, { - "x": 8065, - "y": 3010 + "x": 11505, + "y": 11850 } ], "label": { - "x": 8101, - "y": 3012, + "x": 11541, + "y": 11852, "width": 502, "height": 32, "fontName": "Arial Unicode MS", @@ -24341,25 +53155,17 @@ "visible": true, "vertices": [ { - "x": 7185, - "y": 3320 + "x": 5050, + "y": 8145 }, { - "x": 6590, - "y": 3320 - }, - { - "x": 6590, - "y": 3190 - }, - { - "x": 6295, - "y": 3190 + "x": 5050, + "y": 8455 } ], "label": { - "x": 7201, - "y": 3322, + "x": 5058, + "y": 8135, "width": 352, "height": 32, "fontName": "Arial Unicode MS", @@ -24383,17 +53189,17 @@ "visible": true, "vertices": [ { - "x": 7400, - "y": 3405 + "x": 5275, + "y": 8060 }, { - "x": 7400, - "y": 3425 + "x": 5305, + "y": 8060 } ], "label": { - "x": 7408, - "y": 3395, + "x": 5271, + "y": 8062, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -24417,21 +53223,17 @@ "visible": true, "vertices": [ { - "x": 7400, - "y": 3225 + "x": 5060, + "y": 7965 }, { - "x": 7400, - "y": 3190 - }, - { - "x": 7635, - "y": 3190 + "x": 5060, + "y": 7943 } ], "label": { - "x": 7408, - "y": 3235, + "x": 5068, + "y": 7975, "width": 379, "height": 32, "fontName": "Arial Unicode MS", @@ -24455,17 +53257,17 @@ "visible": true, "vertices": [ { - "x": 7400, - "y": 3592 + "x": 5735, + "y": 8060 }, { - "x": 7400, - "y": 3615 + "x": 5755, + "y": 8060 } ], "label": { - "x": 7408, - "y": 3582, + "x": 5731, + "y": 8062, "width": 431, "height": 32, "fontName": "Arial Unicode MS", @@ -24489,17 +53291,17 @@ "visible": true, "vertices": [ { - "x": 8065, - "y": 3190 + "x": 5060, + "y": 7795 }, { - "x": 8085, - "y": 3190 + "x": 5060, + "y": 7778 } ], "label": { - "x": 8061, - "y": 3192, + "x": 5068, + "y": 7805, "width": 516, "height": 32, "fontName": "Arial Unicode MS", @@ -24523,17 +53325,17 @@ "visible": true, "vertices": [ { - "x": 7185, - "y": 3360 + "x": 5200, + "y": 8145 }, { - "x": 6545, - "y": 3360 + "x": 5200, + "y": 8225 } ], "label": { - "x": 7195, - "y": 3322, + "x": 5202, + "y": 8095, "width": 362, "height": 32, "fontName": "Arial Unicode MS", @@ -24557,17 +53359,17 @@ "visible": true, "vertices": [ { - "x": 7290, - "y": 3225 + "x": 4845, + "y": 8060 }, { - "x": 7290, - "y": 3145 + "x": 4825, + "y": 8060 } ], "label": { - "x": 7292, - "y": 3195, + "x": 4855, + "y": 8022, "width": 317, "height": 32, "fontName": "Arial Unicode MS", @@ -24591,25 +53393,17 @@ "visible": true, "vertices": [ { - "x": 7185, - "y": 3270 + "x": 4930, + "y": 8145 }, { - "x": 7100, - "y": 3270 - }, - { - "x": 7100, - "y": 3190 - }, - { - "x": 7055, - "y": 3190 + "x": 4930, + "y": 8175 } ], "label": { - "x": 7195, - "y": 3232, + "x": 4932, + "y": 8095, "width": 327, "height": 32, "fontName": "Arial Unicode MS", @@ -24633,25 +53427,25 @@ "visible": true, "vertices": [ { - "x": 2995, - "y": 3630 + "x": 7825, + "y": 11540 }, { - "x": 3030, - "y": 3630 + "x": 9400, + "y": 11540 }, { - "x": 3030, - "y": 3550 + "x": 9400, + "y": 11460 }, { - "x": 3075, - "y": 3550 + "x": 9445, + "y": 11460 } ], "label": { - "x": 2985, - "y": 3592, + "x": 7815, + "y": 11502, "width": 261, "height": 32, "fontName": "Arial Unicode MS", @@ -24675,21 +53469,25 @@ "visible": true, "vertices": [ { - "x": 2870, - "y": 3605 + "x": 7825, + "y": 11510 }, { - "x": 2870, - "y": 3390 + "x": 8890, + "y": 11510 }, { - "x": 2915, - "y": 3390 + "x": 8890, + "y": 11430 + }, + { + "x": 8935, + "y": 11430 } ], "label": { - "x": 2872, - "y": 3575, + "x": 7815, + "y": 11472, "width": 271, "height": 32, "fontName": "Arial Unicode MS", @@ -24713,17 +53511,25 @@ "visible": true, "vertices": [ { - "x": 6655, - "y": 1150 + "x": 21580, + "y": 2890 }, { - "x": 6565, - "y": 1150 + "x": 21580, + "y": 2930 + }, + { + "x": 22170, + "y": 2930 + }, + { + "x": 22170, + "y": 4375 } ], "label": { - "x": 6665, - "y": 1112, + "x": 21582, + "y": 2840, "width": 195, "height": 32, "fontName": "Arial Unicode MS", @@ -24747,25 +53553,25 @@ "visible": true, "vertices": [ { - "x": 5095, - "y": 2410 + "x": 10045, + "y": 10640 }, { - "x": 4430, - "y": 2410 + "x": 9370, + "y": 10640 }, { - "x": 4430, - "y": 2340 + "x": 9370, + "y": 10570 }, { - "x": 4385, - "y": 2340 + "x": 9325, + "y": 10570 } ], "label": { - "x": 5105, - "y": 2372, + "x": 10055, + "y": 10602, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -24789,17 +53595,17 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 1530 + "x": 20470, + "y": 4865 }, { - "x": 5455, - "y": 1530 + "x": 20470, + "y": 4845 } ], "label": { - "x": 5425, - "y": 1490, + "x": 20472, + "y": 4833, "width": 268, "height": 32, "fontName": "Sans", @@ -24823,17 +53629,17 @@ "visible": true, "vertices": [ { - "x": 5795, - "y": 1530 + "x": 20470, + "y": 4595 }, { - "x": 5875, - "y": 1530 + "x": 20470, + "y": 4580 } ], "label": { - "x": 5785, - "y": 1490, + "x": 20472, + "y": 4563, "width": 150, "height": 32, "fontName": "Sans", @@ -24857,17 +53663,17 @@ "visible": true, "vertices": [ { - "x": 6830, - "y": 1315 + "x": 21400, + "y": 2915 }, { - "x": 6830, - "y": 1240 + "x": 21400, + "y": 2890 } ], "label": { - "x": 6832, - "y": 1283, + "x": 21402, + "y": 2883, "width": 204, "height": 32, "fontName": "Sans", @@ -24891,17 +53697,21 @@ "visible": true, "vertices": [ { - "x": 6740, - "y": 905 + "x": 22045, + "y": 2530 }, { - "x": 6740, - "y": 925 + "x": 21580, + "y": 2530 + }, + { + "x": 21580, + "y": 2575 } ], "label": { - "x": 6748, - "y": 863, + "x": 22061, + "y": 2500, "width": 202, "height": 32, "fontName": "Sans", @@ -24925,21 +53735,21 @@ "visible": true, "vertices": [ { - "x": 6380, - "y": 1725 + "x": 20595, + "y": 3450 }, { - "x": 6380, - "y": 1660 + "x": 20550, + "y": 3450 }, { - "x": 6275, - "y": 1660 + "x": 20550, + "y": 4115 } ], "label": { - "x": 6382, - "y": 1693, + "x": 20605, + "y": 3410, "width": 143, "height": 32, "fontName": "Sans", @@ -24963,17 +53773,17 @@ "visible": true, "vertices": [ { - "x": 6635, - "y": 1850 + "x": 20935, + "y": 3450 }, { - "x": 6655, - "y": 1850 + "x": 20955, + "y": 3450 } ], "label": { - "x": 6631, - "y": 1852, + "x": 20931, + "y": 3452, "width": 171, "height": 32, "fontName": "Sans", @@ -24997,17 +53807,17 @@ "visible": true, "vertices": [ { - "x": 6830, - "y": 1635 + "x": 21210, + "y": 3235 }, { - "x": 6830, - "y": 1655 + "x": 21210, + "y": 3255 } ], "label": { - "x": 6640, - "y": 1583, + "x": 21020, + "y": 3183, "width": 192, "height": 32, "fontName": "Sans", @@ -25031,17 +53841,17 @@ "visible": true, "vertices": [ { - "x": 7015, - "y": 1850 + "x": 21130, + "y": 3665 }, { - "x": 6995, - "y": 1850 + "x": 21130, + "y": 3643 } ], "label": { - "x": 7025, - "y": 1810, + "x": 21132, + "y": 3633, "width": 211, "height": 32, "fontName": "Sans", @@ -25057,40 +53867,6 @@ "isVisible": false } }, - { - "name": "fk_ProductGallerys_ProductImages_1", - "sourceTableName": "ProductGallerys", - "sourceSchemaName": "CMS", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 7355, - "y": 1850 - }, - { - "x": 7375, - "y": 1850 - } - ], - "label": { - "x": 7345, - "y": 1810, - "width": 254, - "height": 32, - "fontName": "Sans", - "fontSize": 14, - "fontColor": { - "r": 51, - "g": 51, - "b": 51, - "a": 1 - }, - "isFontBold": false, - "isFontItalic": false, - "isVisible": false - } - }, { "name": "fk_UserOrder_PaymentStatus_1", "sourceTableName": "UserOrder", @@ -25099,21 +53875,17 @@ "visible": true, "vertices": [ { - "x": 6995, - "y": 1010 + "x": 21480, + "y": 2575 }, { - "x": 7100, - "y": 1010 - }, - { - "x": 7100, - "y": 705 + "x": 21480, + "y": 1035 } ], "label": { - "x": 6768, - "y": 970, + "x": 21265, + "y": 2543, "width": 217, "height": 32, "fontName": "Sans", @@ -25137,17 +53909,25 @@ "visible": true, "vertices": [ { - "x": 6915, - "y": 610 + "x": 22120, + "y": 2235 }, { - "x": 6935, - "y": 610 + "x": 22120, + "y": 1070 + }, + { + "x": 21660, + "y": 1070 + }, + { + "x": 21660, + "y": 1035 } ], "label": { - "x": 6911, - "y": 612, + "x": 22128, + "y": 2245, "width": 231, "height": 32, "fontName": "Sans", @@ -25171,17 +53951,17 @@ "visible": true, "vertices": [ { - "x": 6575, - "y": 610 + "x": 22290, + "y": 2839 }, { - "x": 6555, - "y": 610 + "x": 22290, + "y": 5105 } ], "label": { - "x": 6591, - "y": 612, + "x": 22298, + "y": 2829, "width": 241, "height": 32, "fontName": "Sans", @@ -25196,6 +53976,5048 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_ProductGallerys_ProductImages_1", + "sourceTableName": "ProductGallerys", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21130, + "y": 4053 + }, + { + "x": 21130, + "y": 4065 + } + ], + "label": { + "x": 21132, + "y": 4001, + "width": 254, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CreateNewTransactionsRequest_PaymentStatus_1", + "sourceTableName": "CreateNewTransactionsRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 17190, + "y": 4625 + }, + { + "x": 17190, + "y": 980 + }, + { + "x": 21405, + "y": 980 + } + ], + "label": { + "x": 17192, + "y": 4593, + "width": 360, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CreateNewTransactionsRequest_TransactionType_1", + "sourceTableName": "CreateNewTransactionsRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 17405, + "y": 5080 + }, + { + "x": 20250, + "y": 5080 + }, + { + "x": 20250, + "y": 5160 + }, + { + "x": 22205, + "y": 5160 + } + ], + "label": { + "x": 17395, + "y": 5040, + "width": 370, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UpdateTransactionsRequest_PaymentStatus_1", + "sourceTableName": "UpdateTransactionsRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22595, + "y": 5650 + }, + { + "x": 22650, + "y": 5650 + }, + { + "x": 22650, + "y": 930 + }, + { + "x": 21745, + "y": 930 + } + ], + "label": { + "x": 22585, + "y": 5610, + "width": 335, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UpdateTransactionsRequest_TransactionType_1", + "sourceTableName": "UpdateTransactionsRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22380, + "y": 5385 + }, + { + "x": 22380, + "y": 5305 + } + ], + "label": { + "x": 22382, + "y": 5353, + "width": 345, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetTransactionsResponse_PaymentStatus_1", + "sourceTableName": "GetTransactionsResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16895, + "y": 920 + }, + { + "x": 19560, + "y": 920 + }, + { + "x": 19560, + "y": 930 + }, + { + "x": 21405, + "y": 930 + } + ], + "label": { + "x": 16885, + "y": 880, + "width": 319, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetTransactionsResponse_TransactionType_1", + "sourceTableName": "GetTransactionsResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16680, + "y": 1373 + }, + { + "x": 16680, + "y": 5260 + }, + { + "x": 22205, + "y": 5260 + } + ], + "label": { + "x": 16682, + "y": 1321, + "width": 329, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterFilter_PaymentStatus_1", + "sourceTableName": "GetAllTransactionsByFilterFilter", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 17155, + "y": 740 + }, + { + "x": 21360, + "y": 740 + }, + { + "x": 21360, + "y": 880 + }, + { + "x": 21405, + "y": 880 + } + ], + "label": { + "x": 17145, + "y": 700, + "width": 355, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterFilter_TransactionType_1", + "sourceTableName": "GetAllTransactionsByFilterFilter", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16940, + "y": 828 + }, + { + "x": 16940, + "y": 5200 + }, + { + "x": 19500, + "y": 5200 + }, + { + "x": 19500, + "y": 5210 + }, + { + "x": 22205, + "y": 5210 + } + ], + "label": { + "x": 16942, + "y": 776, + "width": 365, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterResponseModel_PaymentStatus_1", + "sourceTableName": "GetAllTransactionsByFilterResponseModel", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21570, + "y": 543 + }, + { + "x": 21570, + "y": 835 + } + ], + "label": { + "x": 21572, + "y": 491, + "width": 428, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterResponseModel_TransactionType_1", + "sourceTableName": "GetAllTransactionsByFilterResponseModel", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21785, + "y": 470 + }, + { + "x": 22710, + "y": 470 + }, + { + "x": 22710, + "y": 5070 + }, + { + "x": 22390, + "y": 5070 + }, + { + "x": 22390, + "y": 5105 + } + ], + "label": { + "x": 21775, + "y": 430, + "width": 438, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_CreateNewUserWalletRequest_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3300, + "y": 9075 + }, + { + "x": 3300, + "y": 8750 + }, + { + "x": 4445, + "y": 8750 + } + ], + "label": { + "x": 3308, + "y": 9085, + "width": 369, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_CreateNewUserWalletResponse_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3200, + "y": 9075 + }, + { + "x": 3200, + "y": 8640 + }, + { + "x": 3245, + "y": 8640 + } + ], + "label": { + "x": 3208, + "y": 9053, + "width": 379, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_UpdateUserWalletRequest_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3100, + "y": 9075 + }, + { + "x": 3100, + "y": 8552 + } + ], + "label": { + "x": 3108, + "y": 9085, + "width": 344, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_DeleteUserWalletRequest_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3025, + "y": 9180 + }, + { + "x": 2945, + "y": 9180 + } + ], + "label": { + "x": 3041, + "y": 9150, + "width": 338, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_GetUserWalletRequest_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3240, + "y": 9280 + }, + { + "x": 3240, + "y": 9295 + } + ], + "label": { + "x": 3248, + "y": 9238, + "width": 318, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_GetUserWalletResponse_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3455, + "y": 9240 + }, + { + "x": 3595, + "y": 9240 + } + ], + "label": { + "x": 3451, + "y": 9242, + "width": 328, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_GetAllUserWalletByFilterRequest_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3455, + "y": 9140 + }, + { + "x": 3560, + "y": 9140 + }, + { + "x": 3560, + "y": 9060 + }, + { + "x": 3595, + "y": 9060 + } + ], + "label": { + "x": 3451, + "y": 9142, + "width": 385, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletService_GetAllUserWalletByFilterResponse_1", + "sourceTableName": "UserWalletService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3455, + "y": 9110 + }, + { + "x": 3500, + "y": 9110 + }, + { + "x": 3500, + "y": 8880 + }, + { + "x": 3535, + "y": 8880 + } + ], + "label": { + "x": 3451, + "y": 9112, + "width": 395, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserWalletByFilterRequest_GetAllUserWalletByFilterFilter", + "sourceTableName": "GetAllUserWalletByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4025, + "y": 9060 + }, + { + "x": 4115, + "y": 9060 + } + ], + "label": { + "x": 4021, + "y": 9062, + "width": 447, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserWalletByFilterResponse_GetAllUserWalletByFilterResponseModel", + "sourceTableName": "GetAllUserWalletByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3965, + "y": 8870 + }, + { + "x": 3985, + "y": 8870 + } + ], + "label": { + "x": 3961, + "y": 8872, + "width": 530, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_CreateNewUserWalletChangeLogRequest_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 15365 + }, + { + "x": 4420, + "y": 14050 + }, + { + "x": 4520, + "y": 14050 + }, + { + "x": 4520, + "y": 13949 + } + ], + "label": { + "x": 4428, + "y": 15375, + "width": 521, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_CreateNewUserWalletChangeLogResponse_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4340, + "y": 15365 + }, + { + "x": 4340, + "y": 14011 + } + ], + "label": { + "x": 4348, + "y": 15343, + "width": 531, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_UpdateUserWalletChangeLogRequest_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4275, + "y": 15470 + }, + { + "x": 4255, + "y": 15470 + } + ], + "label": { + "x": 4291, + "y": 15472, + "width": 496, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_DeleteUserWalletChangeLogRequest_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4490, + "y": 15570 + }, + { + "x": 4490, + "y": 15595 + } + ], + "label": { + "x": 4498, + "y": 15528, + "width": 490, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_GetUserWalletChangeLogRequest_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4705, + "y": 15470 + }, + { + "x": 4735, + "y": 15470 + } + ], + "label": { + "x": 4701, + "y": 15440, + "width": 470, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_GetUserWalletChangeLogResponse_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4640, + "y": 15365 + }, + { + "x": 4640, + "y": 15320 + }, + { + "x": 4690, + "y": 15320 + }, + { + "x": 4690, + "y": 15279 + } + ], + "label": { + "x": 4648, + "y": 15375, + "width": 480, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_GetAllUserWalletChangeLogByFilterRequest_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4570, + "y": 15365 + }, + { + "x": 4570, + "y": 15020 + }, + { + "x": 4620, + "y": 15020 + }, + { + "x": 4620, + "y": 14982 + } + ], + "label": { + "x": 4578, + "y": 15375, + "width": 537, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserWalletChangeLogService_GetAllUserWalletChangeLogByFilterResponse_1", + "sourceTableName": "UserWalletChangeLogService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4500, + "y": 15365 + }, + { + "x": 4500, + "y": 14530 + }, + { + "x": 4550, + "y": 14530 + }, + { + "x": 4550, + "y": 14483 + } + ], + "label": { + "x": 4508, + "y": 15375, + "width": 547, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserWalletChangeLogByFilterRequest_GetAllUserWalletChangeLogByFilterFilter", + "sourceTableName": "GetAllUserWalletChangeLogByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4750, + "y": 14815 + }, + { + "x": 4750, + "y": 14789 + } + ], + "label": { + "x": 4758, + "y": 14825, + "width": 599, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserWalletChangeLogByFilterResponse_GetAllUserWalletChangeLogByFilterResponseModel", + "sourceTableName": "GetAllUserWalletChangeLogByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4680, + "y": 14335 + }, + { + "x": 4680, + "y": 14309 + } + ], + "label": { + "x": 4688, + "y": 14345, + "width": 682, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_CreateNewUserCartsRequest_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15175, + "y": 13780 + }, + { + "x": 14500, + "y": 13780 + }, + { + "x": 14500, + "y": 13700 + }, + { + "x": 13700, + "y": 13700 + }, + { + "x": 13700, + "y": 13745 + } + ], + "label": { + "x": 15191, + "y": 13782, + "width": 355, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_CreateNewUserCartsResponse_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15175, + "y": 13810 + }, + { + "x": 14455, + "y": 13810 + } + ], + "label": { + "x": 15191, + "y": 13780, + "width": 365, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_UpdateUserCartsRequest_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15390, + "y": 13840 + }, + { + "x": 15390, + "y": 13865 + } + ], + "label": { + "x": 15398, + "y": 13830, + "width": 330, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_DeleteUserCartsRequest_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15605, + "y": 13740 + }, + { + "x": 15695, + "y": 13740 + } + ], + "label": { + "x": 15601, + "y": 13710, + "width": 324, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_GetUserCartsRequest_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15390, + "y": 13635 + }, + { + "x": 15390, + "y": 13621 + } + ], + "label": { + "x": 15398, + "y": 13613, + "width": 304, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_GetUserCartsResponse_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15175, + "y": 13670 + }, + { + "x": 15140, + "y": 13670 + }, + { + "x": 15140, + "y": 13580 + }, + { + "x": 15095, + "y": 13580 + } + ], + "label": { + "x": 15191, + "y": 13672, + "width": 314, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_GetAllUserCartsByFilterRequest_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15175, + "y": 13700 + }, + { + "x": 14620, + "y": 13700 + }, + { + "x": 14620, + "y": 13380 + }, + { + "x": 14525, + "y": 13380 + } + ], + "label": { + "x": 15191, + "y": 13702, + "width": 371, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserCartsService_GetAllUserCartsByFilterResponse_1", + "sourceTableName": "UserCartsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15175, + "y": 13740 + }, + { + "x": 14560, + "y": 13740 + }, + { + "x": 14560, + "y": 13580 + }, + { + "x": 14525, + "y": 13580 + } + ], + "label": { + "x": 15191, + "y": 13742, + "width": 381, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserCartsByFilterRequest_GetAllUserCartsByFilterFilter", + "sourceTableName": "GetAllUserCartsByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 14095, + "y": 13370 + }, + { + "x": 14065, + "y": 13370 + } + ], + "label": { + "x": 14111, + "y": 13372, + "width": 433, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserCartsByFilterResponse_GetAllUserCartsByFilterResponseModel", + "sourceTableName": "GetAllUserCartsByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 14095, + "y": 13580 + }, + { + "x": 14065, + "y": 13580 + } + ], + "label": { + "x": 14111, + "y": 13582, + "width": 516, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_CreateNewProductGallerysRequest_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5560, + "y": 6060 + }, + { + "x": 5560, + "y": 7210 + }, + { + "x": 5520, + "y": 7210 + }, + { + "x": 5520, + "y": 7405 + } + ], + "label": { + "x": 5568, + "y": 6050, + "width": 435, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_CreateNewProductGallerysResponse_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5640, + "y": 6060 + }, + { + "x": 5640, + "y": 7255 + } + ], + "label": { + "x": 5648, + "y": 6018, + "width": 445, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_UpdateProductGallerysRequest_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5695, + "y": 5960 + }, + { + "x": 5715, + "y": 5960 + } + ], + "label": { + "x": 5691, + "y": 5962, + "width": 410, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_DeleteProductGallerysRequest_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5480, + "y": 5855 + }, + { + "x": 5480, + "y": 5771 + } + ], + "label": { + "x": 5488, + "y": 5833, + "width": 404, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_GetProductGallerysRequest_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5265, + "y": 5960 + }, + { + "x": 5245, + "y": 5960 + } + ], + "label": { + "x": 5281, + "y": 5930, + "width": 384, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_GetProductGallerysResponse_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5330, + "y": 6060 + }, + { + "x": 5330, + "y": 6110 + }, + { + "x": 5280, + "y": 6110 + }, + { + "x": 5280, + "y": 6145 + } + ], + "label": { + "x": 5338, + "y": 6050, + "width": 394, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_GetAllProductGallerysByFilterRequest_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5410, + "y": 6060 + }, + { + "x": 5410, + "y": 6350 + }, + { + "x": 5370, + "y": 6350 + }, + { + "x": 5370, + "y": 6395 + } + ], + "label": { + "x": 5418, + "y": 6050, + "width": 451, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductGallerysService_GetAllProductGallerysByFilterResponse_1", + "sourceTableName": "ProductGallerysService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5490, + "y": 6060 + }, + { + "x": 5490, + "y": 6790 + }, + { + "x": 5440, + "y": 6790 + }, + { + "x": 5440, + "y": 6835 + } + ], + "label": { + "x": 5498, + "y": 6050, + "width": 461, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductGallerysByFilterRequest_GetAllProductGallerysByFilterFilter", + "sourceTableName": "GetAllProductGallerysByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5230, + "y": 6562 + }, + { + "x": 5230, + "y": 6585 + } + ], + "label": { + "x": 5238, + "y": 6552, + "width": 513, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductGallerysByFilterResponse_GetAllProductGallerysByFilterResponseModel", + "sourceTableName": "GetAllProductGallerysByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5310, + "y": 6983 + }, + { + "x": 5310, + "y": 7005 + } + ], + "label": { + "x": 5318, + "y": 6973, + "width": 596, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_CreateNewFactorDetailsRequest_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2060, + "y": 16455 + }, + { + "x": 2060, + "y": 15540 + }, + { + "x": 2385, + "y": 15540 + } + ], + "label": { + "x": 2068, + "y": 16465, + "width": 397, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_CreateNewFactorDetailsResponse_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1960, + "y": 16455 + }, + { + "x": 1960, + "y": 15320 + }, + { + "x": 1995, + "y": 15320 + } + ], + "label": { + "x": 1968, + "y": 16433, + "width": 407, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_UpdateFactorDetailsRequest_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1850, + "y": 16455 + }, + { + "x": 1850, + "y": 15227 + } + ], + "label": { + "x": 1858, + "y": 16465, + "width": 372, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_DeleteFactorDetailsRequest_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1775, + "y": 16550 + }, + { + "x": 1695, + "y": 16550 + } + ], + "label": { + "x": 1791, + "y": 16520, + "width": 366, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_GetFactorDetailsRequest_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1990, + "y": 16660 + }, + { + "x": 1990, + "y": 16685 + } + ], + "label": { + "x": 1998, + "y": 16618, + "width": 346, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_GetFactorDetailsResponse_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2205, + "y": 16620 + }, + { + "x": 2345, + "y": 16620 + } + ], + "label": { + "x": 2201, + "y": 16622, + "width": 356, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_GetAllFactorDetailsByFilterRequest_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2205, + "y": 16520 + }, + { + "x": 2310, + "y": 16520 + }, + { + "x": 2310, + "y": 16440 + }, + { + "x": 2345, + "y": 16440 + } + ], + "label": { + "x": 2201, + "y": 16522, + "width": 413, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_FactorDetailsService_GetAllFactorDetailsByFilterResponse_1", + "sourceTableName": "FactorDetailsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2205, + "y": 16490 + }, + { + "x": 2250, + "y": 16490 + }, + { + "x": 2250, + "y": 16260 + }, + { + "x": 2285, + "y": 16260 + } + ], + "label": { + "x": 2201, + "y": 16492, + "width": 423, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllFactorDetailsByFilterRequest_GetAllFactorDetailsByFilterFilter", + "sourceTableName": "GetAllFactorDetailsByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2775, + "y": 16440 + }, + { + "x": 2865, + "y": 16440 + } + ], + "label": { + "x": 2771, + "y": 16442, + "width": 475, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllFactorDetailsByFilterResponse_GetAllFactorDetailsByFilterResponseModel", + "sourceTableName": "GetAllFactorDetailsByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2715, + "y": 16260 + }, + { + "x": 2735, + "y": 16260 + } + ], + "label": { + "x": 2711, + "y": 16262, + "width": 558, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_CreateNewProductsRequest_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3620, + "y": 17815 + }, + { + "x": 3620, + "y": 16090 + }, + { + "x": 3660, + "y": 16090 + }, + { + "x": 3660, + "y": 15870 + }, + { + "x": 2815, + "y": 15870 + } + ], + "label": { + "x": 3628, + "y": 17825, + "width": 341, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_CreateNewProductsResponse_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3540, + "y": 17815 + }, + { + "x": 3540, + "y": 16051 + } + ], + "label": { + "x": 3548, + "y": 17793, + "width": 351, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_UpdateProductsRequest_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3485, + "y": 17910 + }, + { + "x": 3455, + "y": 17910 + } + ], + "label": { + "x": 3501, + "y": 17912, + "width": 316, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_DeleteProductsRequest_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3700, + "y": 18020 + }, + { + "x": 3700, + "y": 18045 + } + ], + "label": { + "x": 3708, + "y": 17978, + "width": 310, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_GetProductsRequest_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3915, + "y": 17910 + }, + { + "x": 3935, + "y": 17910 + } + ], + "label": { + "x": 3911, + "y": 17880, + "width": 290, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_GetProductsResponse_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3850, + "y": 17815 + }, + { + "x": 3850, + "y": 17770 + }, + { + "x": 3880, + "y": 17770 + }, + { + "x": 3880, + "y": 17732 + } + ], + "label": { + "x": 3858, + "y": 17825, + "width": 300, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_GetAllProductsByFilterRequest_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3760, + "y": 17815 + }, + { + "x": 3760, + "y": 17330 + }, + { + "x": 3810, + "y": 17330 + }, + { + "x": 3810, + "y": 17292 + } + ], + "label": { + "x": 3768, + "y": 17825, + "width": 357, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductsService_GetAllProductsByFilterResponse_1", + "sourceTableName": "ProductsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3690, + "y": 17815 + }, + { + "x": 3690, + "y": 16700 + }, + { + "x": 3740, + "y": 16700 + }, + { + "x": 3740, + "y": 16663 + } + ], + "label": { + "x": 3698, + "y": 17825, + "width": 367, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductsByFilterRequest_GetAllProductsByFilterFilter", + "sourceTableName": "GetAllProductsByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3950, + "y": 17125 + }, + { + "x": 3950, + "y": 17102 + } + ], + "label": { + "x": 3958, + "y": 17135, + "width": 419, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductsByFilterResponse_GetAllProductsByFilterResponseModel", + "sourceTableName": "GetAllProductsByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3870, + "y": 16515 + }, + { + "x": 3870, + "y": 16492 + } + ], + "label": { + "x": 3878, + "y": 16525, + "width": 502, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_CreateNewProductImagesRequest_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23385, + "y": 6040 + }, + { + "x": 22710, + "y": 6040 + }, + { + "x": 22710, + "y": 5960 + }, + { + "x": 16260, + "y": 5960 + }, + { + "x": 16260, + "y": 15675 + } + ], + "label": { + "x": 23401, + "y": 6042, + "width": 427, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_CreateNewProductImagesResponse_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23385, + "y": 6070 + }, + { + "x": 22675, + "y": 6070 + } + ], + "label": { + "x": 23401, + "y": 6040, + "width": 437, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_UpdateProductImagesRequest_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23600, + "y": 6100 + }, + { + "x": 23600, + "y": 6125 + } + ], + "label": { + "x": 23608, + "y": 6090, + "width": 402, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_DeleteProductImagesRequest_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23815, + "y": 6000 + }, + { + "x": 23905, + "y": 6000 + } + ], + "label": { + "x": 23811, + "y": 5970, + "width": 396, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_GetProductImagesRequest_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23600, + "y": 5895 + }, + { + "x": 23600, + "y": 5881 + } + ], + "label": { + "x": 23608, + "y": 5873, + "width": 376, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_GetProductImagesResponse_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23385, + "y": 5930 + }, + { + "x": 23350, + "y": 5930 + }, + { + "x": 23350, + "y": 5840 + }, + { + "x": 23305, + "y": 5840 + } + ], + "label": { + "x": 23401, + "y": 5932, + "width": 386, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_GetAllProductImagesByFilterRequest_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23385, + "y": 5960 + }, + { + "x": 22840, + "y": 5960 + }, + { + "x": 22840, + "y": 140 + }, + { + "x": 22795, + "y": 140 + } + ], + "label": { + "x": 23401, + "y": 5962, + "width": 443, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ProductImagesService_GetAllProductImagesByFilterResponse_1", + "sourceTableName": "ProductImagesService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 23385, + "y": 6000 + }, + { + "x": 22770, + "y": 6000 + }, + { + "x": 22770, + "y": 350 + }, + { + "x": 22735, + "y": 350 + } + ], + "label": { + "x": 23401, + "y": 6002, + "width": 453, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductImagesByFilterRequest_GetAllProductImagesByFilterFilter", + "sourceTableName": "GetAllProductImagesByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22365, + "y": 140 + }, + { + "x": 22345, + "y": 140 + } + ], + "label": { + "x": 22381, + "y": 142, + "width": 505, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllProductImagesByFilterResponse_GetAllProductImagesByFilterResponseModel", + "sourceTableName": "GetAllProductImagesByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22305, + "y": 340 + }, + { + "x": 22285, + "y": 340 + } + ], + "label": { + "x": 22321, + "y": 342, + "width": 588, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_CreateNewTransactionsRequest_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16375, + "y": 5360 + }, + { + "x": 16620, + "y": 5360 + }, + { + "x": 16620, + "y": 5080 + }, + { + "x": 16975, + "y": 5080 + } + ], + "label": { + "x": 16371, + "y": 5362, + "width": 393, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_CreateNewTransactionsResponse_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16160, + "y": 5510 + }, + { + "x": 16160, + "y": 5525 + } + ], + "label": { + "x": 16168, + "y": 5468, + "width": 403, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_UpdateTransactionsRequest_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16375, + "y": 5470 + }, + { + "x": 22165, + "y": 5470 + } + ], + "label": { + "x": 16371, + "y": 5472, + "width": 368, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_DeleteTransactionsRequest_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16020, + "y": 5305 + }, + { + "x": 16020, + "y": 171 + } + ], + "label": { + "x": 16028, + "y": 5283, + "width": 362, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_GetTransactionsRequest_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 15945, + "y": 5400 + }, + { + "x": 15865, + "y": 5400 + } + ], + "label": { + "x": 15961, + "y": 5370, + "width": 342, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_GetTransactionsResponse_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16375, + "y": 5340 + }, + { + "x": 16420, + "y": 5340 + }, + { + "x": 16420, + "y": 1290 + }, + { + "x": 16465, + "y": 1290 + } + ], + "label": { + "x": 16371, + "y": 5342, + "width": 352, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_GetAllTransactionsByFilterRequest_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16230, + "y": 5305 + }, + { + "x": 16230, + "y": 540 + }, + { + "x": 16265, + "y": 540 + } + ], + "label": { + "x": 16238, + "y": 5315, + "width": 409, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_TransactionsService_GetAllTransactionsByFilterResponse_1", + "sourceTableName": "TransactionsService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16130, + "y": 5305 + }, + { + "x": 16130, + "y": 210 + }, + { + "x": 20905, + "y": 210 + } + ], + "label": { + "x": 16138, + "y": 5315, + "width": 419, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterRequest_GetAllTransactionsByFilterFilter", + "sourceTableName": "GetAllTransactionsByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 16695, + "y": 540 + }, + { + "x": 16725, + "y": 540 + } + ], + "label": { + "x": 16691, + "y": 542, + "width": 471, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllTransactionsByFilterResponse_GetAllTransactionsByFilterResponseModel", + "sourceTableName": "GetAllTransactionsByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21260, + "y": 135 + }, + { + "x": 21260, + "y": 100 + }, + { + "x": 21355, + "y": 100 + } + ], + "label": { + "x": 21268, + "y": 145, + "width": 554, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserService_AdminGetJwtTokenRequest_1", + "sourceTableName": "UserService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7825, + "y": 11480 + }, + { + "x": 8380, + "y": 11480 + }, + { + "x": 8380, + "y": 11390 + }, + { + "x": 8415, + "y": 11390 + } + ], + "label": { + "x": 7815, + "y": 11440, + "width": 306, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserService_AdminGetJwtTokenResponse_1", + "sourceTableName": "UserService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7825, + "y": 11460 + }, + { + "x": 7860, + "y": 11460 + }, + { + "x": 7860, + "y": 11380 + }, + { + "x": 7905, + "y": 11380 + } + ], + "label": { + "x": 7821, + "y": 11462, + "width": 316, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserService_SetPasswordForUserRequest_1", + "sourceTableName": "UserService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7680, + "y": 11415 + }, + { + "x": 7680, + "y": 11190 + }, + { + "x": 7715, + "y": 11190 + } + ], + "label": { + "x": 7365, + "y": 11383, + "width": 317, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContract_User_1", + "sourceTableName": "UserContract", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 20350, + "y": 2773 + }, + { + "x": 20350, + "y": 4115 + } + ], + "label": { + "x": 20187, + "y": 2721, + "width": 165, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContract_Contract_1", + "sourceTableName": "UserContract", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 20350, + "y": 2485 + }, + { + "x": 20350, + "y": 2463 + } + ], + "label": { + "x": 20352, + "y": 2453, + "width": 191, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_CreateNewContractRequest_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18290, + "y": 1785 + }, + { + "x": 18290, + "y": 1570 + }, + { + "x": 18515, + "y": 1570 + } + ], + "label": { + "x": 18298, + "y": 1795, + "width": 337, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_CreateNewContractResponse_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18190, + "y": 1785 + }, + { + "x": 18190, + "y": 1370 + }, + { + "x": 18225, + "y": 1370 + } + ], + "label": { + "x": 18198, + "y": 1763, + "width": 347, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_UpdateContractRequest_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18005, + "y": 1930 + }, + { + "x": 17450, + "y": 1930 + }, + { + "x": 17450, + "y": 1230 + } + ], + "label": { + "x": 18021, + "y": 1932, + "width": 312, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_DeleteContractRequest_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18080, + "y": 1785 + }, + { + "x": 18080, + "y": 1281 + } + ], + "label": { + "x": 18088, + "y": 1763, + "width": 306, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_GetContractRequest_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18005, + "y": 1850 + }, + { + "x": 17960, + "y": 1850 + }, + { + "x": 17960, + "y": 1820 + }, + { + "x": 17925, + "y": 1820 + } + ], + "label": { + "x": 18021, + "y": 1820, + "width": 286, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_GetContractResponse_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18220, + "y": 1990 + }, + { + "x": 18220, + "y": 2015 + } + ], + "label": { + "x": 18228, + "y": 1980, + "width": 296, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_GetAllContractByFilterRequest_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18435, + "y": 1830 + }, + { + "x": 18470, + "y": 1830 + }, + { + "x": 18470, + "y": 1780 + }, + { + "x": 18515, + "y": 1780 + } + ], + "label": { + "x": 18431, + "y": 1832, + "width": 353, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_ContractService_GetAllContractByFilterResponse_1", + "sourceTableName": "ContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18435, + "y": 1950 + }, + { + "x": 18455, + "y": 1950 + } + ], + "label": { + "x": 18431, + "y": 1952, + "width": 363, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllContractByFilterRequest_GetAllContractByFilterFilter", + "sourceTableName": "GetAllContractByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18945, + "y": 1770 + }, + { + "x": 18965, + "y": 1770 + } + ], + "label": { + "x": 18941, + "y": 1772, + "width": 415, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllContractByFilterResponse_GetAllContractByFilterResponseModel", + "sourceTableName": "GetAllContractByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18885, + "y": 1960 + }, + { + "x": 18965, + "y": 1960 + } + ], + "label": { + "x": 18881, + "y": 1962, + "width": 498, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_CreateNewUserContractRequest_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 810, + "y": 19075 + }, + { + "x": 810, + "y": 18350 + }, + { + "x": 1145, + "y": 18350 + } + ], + "label": { + "x": 818, + "y": 19085, + "width": 399, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_CreateNewUserContractResponse_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 710, + "y": 19075 + }, + { + "x": 710, + "y": 18160 + }, + { + "x": 745, + "y": 18160 + } + ], + "label": { + "x": 718, + "y": 19053, + "width": 409, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_UpdateUserContractRequest_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 610, + "y": 19075 + }, + { + "x": 610, + "y": 18070 + } + ], + "label": { + "x": 618, + "y": 19085, + "width": 374, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_DeleteUserContractRequest_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 525, + "y": 19180 + }, + { + "x": 445, + "y": 19180 + } + ], + "label": { + "x": 541, + "y": 19150, + "width": 368, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_GetUserContractRequest_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 740, + "y": 19280 + }, + { + "x": 740, + "y": 19305 + } + ], + "label": { + "x": 748, + "y": 19238, + "width": 348, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_GetUserContractResponse_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 955, + "y": 19240 + }, + { + "x": 1105, + "y": 19240 + } + ], + "label": { + "x": 951, + "y": 19242, + "width": 358, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_GetAllUserContractByFilterRequest_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 955, + "y": 19140 + }, + { + "x": 1060, + "y": 19140 + }, + { + "x": 1060, + "y": 19060 + }, + { + "x": 1105, + "y": 19060 + } + ], + "label": { + "x": 951, + "y": 19142, + "width": 415, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserContractService_GetAllUserContractByFilterResponse_1", + "sourceTableName": "UserContractService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 955, + "y": 19110 + }, + { + "x": 1000, + "y": 19110 + }, + { + "x": 1000, + "y": 18880 + }, + { + "x": 1045, + "y": 18880 + } + ], + "label": { + "x": 951, + "y": 19112, + "width": 425, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserContractByFilterRequest_GetAllUserContractByFilterFilter", + "sourceTableName": "GetAllUserContractByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1535, + "y": 19060 + }, + { + "x": 1555, + "y": 19060 + } + ], + "label": { + "x": 1531, + "y": 19062, + "width": 477, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserContractByFilterResponse_GetAllUserContractByFilterResponseModel", + "sourceTableName": "GetAllUserContractByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 1475, + "y": 18880 + }, + { + "x": 1495, + "y": 18880 + } + ], + "label": { + "x": 1471, + "y": 18882, + "width": 560, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_Contract_ContractType_1", + "sourceTableName": "Contract", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 20350, + "y": 2175 + }, + { + "x": 20350, + "y": 2149 + } + ], + "label": { + "x": 20160, + "y": 2143, + "width": 192, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UpdateContractRequest_ContractType_1", + "sourceTableName": "UpdateContractRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 17665, + "y": 1110 + }, + { + "x": 20350, + "y": 1110 + }, + { + "x": 20350, + "y": 1995 + } + ], + "label": { + "x": 17655, + "y": 1070, + "width": 296, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CreateNewContractRequest_ContractType_1", + "sourceTableName": "CreateNewContractRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18945, + "y": 1590 + }, + { + "x": 20150, + "y": 1590 + }, + { + "x": 20150, + "y": 2030 + }, + { + "x": 20195, + "y": 2030 + } + ], + "label": { + "x": 18614, + "y": 1550, + "width": 321, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllContractByFilterResponseModel_ContractType_1", + "sourceTableName": "GetAllContractByFilterResponseModel", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 19395, + "y": 2000 + }, + { + "x": 19560, + "y": 2000 + }, + { + "x": 19560, + "y": 2090 + }, + { + "x": 20195, + "y": 2090 + } + ], + "label": { + "x": 18996, + "y": 1960, + "width": 389, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllContractByFilterFilter_ContractType_1", + "sourceTableName": "GetAllContractByFilterFilter", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 19395, + "y": 1770 + }, + { + "x": 19620, + "y": 1770 + }, + { + "x": 19620, + "y": 2060 + }, + { + "x": 20195, + "y": 2060 + } + ], + "label": { + "x": 19069, + "y": 1730, + "width": 316, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetContractResponse_ContractType_1", + "sourceTableName": "GetContractResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 18435, + "y": 2120 + }, + { + "x": 20195, + "y": 2120 + } + ], + "label": { + "x": 18431, + "y": 2090, + "width": 280, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_Category_Category_1", + "sourceTableName": "Category", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 22129, + "y": 3560 + }, + { + "x": 22150, + "y": 3560 + }, + { + "x": 22150, + "y": 3620 + }, + { + "x": 22090, + "y": 3620 + }, + { + "x": 22090, + "y": 3599 + } + ], + "label": { + "x": 22119, + "y": 3520, + "width": 166, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_CreateNewCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4330, + "y": 19005 + }, + { + "x": 4330, + "y": 18650 + }, + { + "x": 1551, + "y": 18650 + } + ], + "label": { + "x": 4338, + "y": 19015, + "width": 343, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_CreateNewCategoryResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4260, + "y": 19005 + }, + { + "x": 4260, + "y": 18960 + }, + { + "x": 4220, + "y": 18960 + }, + { + "x": 4220, + "y": 18925 + } + ], + "label": { + "x": 4268, + "y": 19015, + "width": 353, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetAllCategoryByFilterRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4185, + "y": 19120 + }, + { + "x": 4168, + "y": 19120 + } + ], + "label": { + "x": 4201, + "y": 19122, + "width": 359, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllCategoryByFilterRequest_GetAllCategoryByFilterFilter", + "sourceTableName": "GetAllCategoryByFilterRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 3835, + "y": 19120 + }, + { + "x": 3814, + "y": 19120 + } + ], + "label": { + "x": 3851, + "y": 19122, + "width": 421, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetAllCategoryByFilterResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19235 + }, + { + "x": 4420, + "y": 19315 + } + ], + "label": { + "x": 4428, + "y": 19225, + "width": 369, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllCategoryByFilterResponse_GetAllCategoryByFilterResponseModel", + "sourceTableName": "GetAllCategoryByFilterResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19545 + }, + { + "x": 4420, + "y": 19575 + } + ], + "label": { + "x": 4428, + "y": 19535, + "width": 504, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4646, + "y": 19120 + }, + { + "x": 4665, + "y": 19120 + } + ], + "label": { + "x": 4642, + "y": 19122, + "width": 292, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_GetCategoryResponse_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4580, + "y": 19005 + }, + { + "x": 4580, + "y": 18231 + } + ], + "label": { + "x": 4588, + "y": 19015, + "width": 302, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_UpdateCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4500, + "y": 19005 + }, + { + "x": 4500, + "y": 18280 + }, + { + "x": 4400, + "y": 18280 + }, + { + "x": 4400, + "y": 18235 + } + ], + "label": { + "x": 4508, + "y": 19015, + "width": 318, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CategoryService_DeleteCategoryRequest_1", + "sourceTableName": "CategoryService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 4420, + "y": 19005 + }, + { + "x": 4420, + "y": 18590 + }, + { + "x": 4380, + "y": 18590 + }, + { + "x": 4380, + "y": 18545 + } + ], + "label": { + "x": 4428, + "y": 19015, + "width": 312, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_PruductCategory_Category_1", + "sourceTableName": "PruductCategory", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21709, + "y": 3450 + }, + { + "x": 21735, + "y": 3450 + } + ], + "label": { + "x": 21699, + "y": 3410, + "width": 219, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_PruductCategory_Products_1", + "sourceTableName": "PruductCategory", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 21315, + "y": 3450 + }, + { + "x": 21295, + "y": 3450 + } + ], + "label": { + "x": 21325, + "y": 3410, + "width": 218, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } } ], "viewRelations": [] diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommand.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommand.cs new file mode 100644 index 0000000..9b9c965 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommand.cs @@ -0,0 +1,20 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.CreateNewCategory; +public record CreateNewCategoryCommand : IRequest +{ + //نام لاتین + public string Name { get; init; } + //عنوان + public string Title { get; init; } + //توضیحات + public string? Description { get; init; } + //آدرس تصویر + public string? ImagePath { get; init; } + //شناسه والد + public long? ParentId { get; init; } + //فعال؟ + public bool IsActive { get; init; } + //ترتیب نمایش + public int SortOrder { get; init; } + +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandHandler.cs new file mode 100644 index 0000000..e4429aa --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandHandler.cs @@ -0,0 +1,22 @@ +using CMSMicroservice.Domain.Events; +namespace CMSMicroservice.Application.CategoryCQ.Commands.CreateNewCategory; +public class CreateNewCategoryCommandHandler : IRequestHandler +{ + private readonly IApplicationDbContext _context; + + public CreateNewCategoryCommandHandler(IApplicationDbContext context) + { + _context = context; + } + + public async Task Handle(CreateNewCategoryCommand request, + CancellationToken cancellationToken) + { + var entity = request.Adapt(); + await _context.Categories.AddAsync(entity, cancellationToken); + entity.AddDomainEvent(new CreateNewCategoryEvent(entity)); + await _context.SaveChangesAsync(cancellationToken); + return entity.Adapt(); + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandValidator.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandValidator.cs new file mode 100644 index 0000000..f21d411 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryCommandValidator.cs @@ -0,0 +1,21 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.CreateNewCategory; +public class CreateNewCategoryCommandValidator : AbstractValidator +{ + public CreateNewCategoryCommandValidator() + { + RuleFor(model => model.Name) + .NotEmpty(); + RuleFor(model => model.Title) + .NotEmpty(); + RuleFor(model => model.SortOrder) + .NotNull(); + } + public Func>> ValidateValue => async (model, propertyName) => + { + var result = await ValidateAsync(ValidationContext.CreateWithOptions((CreateNewCategoryCommand)model, x => x.IncludeProperties(propertyName))); + if (result.IsValid) + return Array.Empty(); + return result.Errors.Select(e => e.ErrorMessage); + }; +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryResponseDto.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryResponseDto.cs new file mode 100644 index 0000000..909ce7e --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/CreateNewCategory/CreateNewCategoryResponseDto.cs @@ -0,0 +1,8 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.CreateNewCategory; +public class CreateNewCategoryResponseDto +{ + //شناسه + public long Id { get; set; } + +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommand.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommand.cs new file mode 100644 index 0000000..a074791 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommand.cs @@ -0,0 +1,8 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.DeleteCategory; +public record DeleteCategoryCommand : IRequest +{ + //شناسه + public long Id { get; init; } + +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandHandler.cs new file mode 100644 index 0000000..0b79ec8 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandHandler.cs @@ -0,0 +1,23 @@ +using CMSMicroservice.Domain.Events; +namespace CMSMicroservice.Application.CategoryCQ.Commands.DeleteCategory; +public class DeleteCategoryCommandHandler : IRequestHandler +{ + private readonly IApplicationDbContext _context; + + public DeleteCategoryCommandHandler(IApplicationDbContext context) + { + _context = context; + } + + public async Task Handle(DeleteCategoryCommand request, CancellationToken cancellationToken) + { + var entity = await _context.Categories + .FirstOrDefaultAsync(x => x.Id == request.Id, cancellationToken) ?? throw new NotFoundException(nameof(Category), request.Id); + entity.IsDeleted = true; + _context.Categories.Update(entity); + entity.AddDomainEvent(new DeleteCategoryEvent(entity)); + await _context.SaveChangesAsync(cancellationToken); + return Unit.Value; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandValidator.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandValidator.cs new file mode 100644 index 0000000..16c8024 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/DeleteCategory/DeleteCategoryCommandValidator.cs @@ -0,0 +1,17 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.DeleteCategory; +public class DeleteCategoryCommandValidator : AbstractValidator +{ + public DeleteCategoryCommandValidator() + { + RuleFor(model => model.Id) + .NotNull(); + } + public Func>> ValidateValue => async (model, propertyName) => + { + var result = await ValidateAsync(ValidationContext.CreateWithOptions((DeleteCategoryCommand)model, x => x.IncludeProperties(propertyName))); + if (result.IsValid) + return Array.Empty(); + return result.Errors.Select(e => e.ErrorMessage); + }; +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommand.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommand.cs new file mode 100644 index 0000000..c77f59b --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommand.cs @@ -0,0 +1,22 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.UpdateCategory; +public record UpdateCategoryCommand : IRequest +{ + //شناسه + public long Id { get; init; } + //نام لاتین + public string Name { get; init; } + //عنوان + public string Title { get; init; } + //توضیحات + public string? Description { get; init; } + //آدرس تصویر + public string? ImagePath { get; init; } + //شناسه والد + public long? ParentId { get; init; } + //فعال؟ + public bool IsActive { get; init; } + //ترتیب نمایش + public int SortOrder { get; init; } + +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs new file mode 100644 index 0000000..ab26b1c --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandHandler.cs @@ -0,0 +1,23 @@ +using CMSMicroservice.Domain.Events; +namespace CMSMicroservice.Application.CategoryCQ.Commands.UpdateCategory; +public class UpdateCategoryCommandHandler : IRequestHandler +{ + private readonly IApplicationDbContext _context; + + public UpdateCategoryCommandHandler(IApplicationDbContext context) + { + _context = context; + } + + public async Task Handle(UpdateCategoryCommand request, CancellationToken cancellationToken) + { + var entity = await _context.Categories + .FirstOrDefaultAsync(x => x.Id == request.Id, cancellationToken) ?? throw new NotFoundException(nameof(Category), request.Id); + request.Adapt(entity); + _context.Categories.Update(entity); + entity.AddDomainEvent(new UpdateCategoryEvent(entity)); + await _context.SaveChangesAsync(cancellationToken); + return Unit.Value; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandValidator.cs b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandValidator.cs new file mode 100644 index 0000000..9634318 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Commands/UpdateCategory/UpdateCategoryCommandValidator.cs @@ -0,0 +1,23 @@ +namespace CMSMicroservice.Application.CategoryCQ.Commands.UpdateCategory; +public class UpdateCategoryCommandValidator : AbstractValidator +{ + public UpdateCategoryCommandValidator() + { + RuleFor(model => model.Id) + .NotNull(); + RuleFor(model => model.Name) + .NotEmpty(); + RuleFor(model => model.Title) + .NotEmpty(); + RuleFor(model => model.SortOrder) + .NotNull(); + } + public Func>> ValidateValue => async (model, propertyName) => + { + var result = await ValidateAsync(ValidationContext.CreateWithOptions((UpdateCategoryCommand)model, x => x.IncludeProperties(propertyName))); + if (result.IsValid) + return Array.Empty(); + return result.Errors.Select(e => e.ErrorMessage); + }; +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/CreateNewCategoryEventHandlers/CreateNewCategoryEventHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/CreateNewCategoryEventHandlers/CreateNewCategoryEventHandler.cs new file mode 100644 index 0000000..f4b29be --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/CreateNewCategoryEventHandlers/CreateNewCategoryEventHandler.cs @@ -0,0 +1,22 @@ +using CMSMicroservice.Domain.Events; +using Microsoft.Extensions.Logging; + +namespace CMSMicroservice.Application.CategoryCQ.EventHandlers; + +public class CreateNewCategoryEventHandler : INotificationHandler +{ + private readonly ILogger _logger; + + public CreateNewCategoryEventHandler(ILogger logger) + { + _logger = logger; + } + + public Task Handle(CreateNewCategoryEvent notification, CancellationToken cancellationToken) + { + _logger.LogInformation("Domain Event: {DomainEvent}", notification.GetType().Name); + + return Task.CompletedTask; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/DeleteCategoryEventHandlers/DeleteCategoryEventHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/DeleteCategoryEventHandlers/DeleteCategoryEventHandler.cs new file mode 100644 index 0000000..ea29f70 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/DeleteCategoryEventHandlers/DeleteCategoryEventHandler.cs @@ -0,0 +1,22 @@ +using CMSMicroservice.Domain.Events; +using Microsoft.Extensions.Logging; + +namespace CMSMicroservice.Application.CategoryCQ.EventHandlers; + +public class DeleteCategoryEventHandler : INotificationHandler +{ + private readonly ILogger _logger; + + public DeleteCategoryEventHandler(ILogger logger) + { + _logger = logger; + } + + public Task Handle(DeleteCategoryEvent notification, CancellationToken cancellationToken) + { + _logger.LogInformation("Domain Event: {DomainEvent}", notification.GetType().Name); + + return Task.CompletedTask; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/UpdateCategoryEventHandlers/UpdateCategoryEventHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/UpdateCategoryEventHandlers/UpdateCategoryEventHandler.cs new file mode 100644 index 0000000..8c22303 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/EventHandlers/UpdateCategoryEventHandlers/UpdateCategoryEventHandler.cs @@ -0,0 +1,22 @@ +using CMSMicroservice.Domain.Events; +using Microsoft.Extensions.Logging; + +namespace CMSMicroservice.Application.CategoryCQ.EventHandlers; + +public class UpdateCategoryEventHandler : INotificationHandler +{ + private readonly ILogger _logger; + + public UpdateCategoryEventHandler(ILogger logger) + { + _logger = logger; + } + + public Task Handle(UpdateCategoryEvent notification, CancellationToken cancellationToken) + { + _logger.LogInformation("Domain Event: {DomainEvent}", notification.GetType().Name); + + return Task.CompletedTask; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQuery.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQuery.cs new file mode 100644 index 0000000..eb5b51c --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQuery.cs @@ -0,0 +1,31 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetAllCategoryByFilter; +public record GetAllCategoryByFilterQuery : IRequest +{ + //موقعیت صفحه بندی + public PaginationState? PaginationState { get; init; } + //مرتب سازی بر اساس + public string? SortBy { get; init; } + //فیلتر + public GetAllCategoryByFilterFilter? Filter { get; init; } + +} +public class GetAllCategoryByFilterFilter +{ + //شناسه + public long? Id { get; set; } + //نام لاتین + public string? Name { get; set; } + //عنوان + public string? Title { get; set; } + //توضیحات + public string? Description { get; set; } + //آدرس تصویر + public string? ImagePath { get; set; } + //شناسه والد + public long? ParentId { get; set; } + //فعال؟ + public bool? IsActive { get; set; } + //ترتیب نمایش + public int? SortOrder { get; set; } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryHandler.cs new file mode 100644 index 0000000..3d30861 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryHandler.cs @@ -0,0 +1,38 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetAllCategoryByFilter; +public class GetAllCategoryByFilterQueryHandler : IRequestHandler +{ + private readonly IApplicationDbContext _context; + + public GetAllCategoryByFilterQueryHandler(IApplicationDbContext context) + { + _context = context; + } + + public async Task Handle(GetAllCategoryByFilterQuery request, CancellationToken cancellationToken) + { + var query = _context.Categories + .ApplyOrder(sortBy: request.SortBy) + .AsNoTracking() + .AsQueryable(); + if (request.Filter is not null) + { + query = query + .Where(x => request.Filter.Id == null || x.Id == request.Filter.Id) + .Where(x => request.Filter.Name == null || x.Name.Contains(request.Filter.Name)) + .Where(x => request.Filter.Title == null || x.Title.Contains(request.Filter.Title)) + .Where(x => request.Filter.Description == null || (x.Description != null && x.Description.Contains(request.Filter.Description))) + .Where(x => request.Filter.ImagePath == null || (x.ImagePath != null && x.ImagePath.Contains(request.Filter.ImagePath))) + .Where(x => request.Filter.ParentId == null || x.ParentId == request.Filter.ParentId) + .Where(x => request.Filter.IsActive == null || x.IsActive == request.Filter.IsActive) + .Where(x => request.Filter.SortOrder == null || x.SortOrder == request.Filter.SortOrder) +; + } + return new GetAllCategoryByFilterResponseDto + { + MetaData = await query.GetMetaData(request.PaginationState, cancellationToken), + Models = await query.PaginatedListAsync(paginationState: request.PaginationState) + .ProjectToType().ToListAsync(cancellationToken) + }; + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryValidator.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryValidator.cs new file mode 100644 index 0000000..5be27ec --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterQueryValidator.cs @@ -0,0 +1,15 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetAllCategoryByFilter; +public class GetAllCategoryByFilterQueryValidator : AbstractValidator +{ + public GetAllCategoryByFilterQueryValidator() + { + } + public Func>> ValidateValue => async (model, propertyName) => + { + var result = await ValidateAsync(ValidationContext.CreateWithOptions((GetAllCategoryByFilterQuery)model, x => x.IncludeProperties(propertyName))); + if (result.IsValid) + return Array.Empty(); + return result.Errors.Select(e => e.ErrorMessage); + }; +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterResponseDto.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterResponseDto.cs new file mode 100644 index 0000000..cca5018 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetAllCategoryByFilter/GetAllCategoryByFilterResponseDto.cs @@ -0,0 +1,29 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetAllCategoryByFilter; +public class GetAllCategoryByFilterResponseDto +{ + //متادیتا + public MetaData MetaData { get; set; } + //مدل خروجی + public List? Models { get; set; } + +} +public class GetAllCategoryByFilterResponseModel +{ + //شناسه + public long Id { get; set; } + //نام لاتین + public string Name { get; set; } + //عنوان + public string Title { get; set; } + //توضیحات + public string? Description { get; set; } + //آدرس تصویر + public string? ImagePath { get; set; } + //شناسه والد + public long? ParentId { get; set; } + //فعال؟ + public bool IsActive { get; set; } + //ترتیب نمایش + public int SortOrder { get; set; } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQuery.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQuery.cs new file mode 100644 index 0000000..79551a6 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQuery.cs @@ -0,0 +1,8 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetCategory; +public record GetCategoryQuery : IRequest +{ + //شناسه + public long Id { get; init; } + +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryHandler.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryHandler.cs new file mode 100644 index 0000000..a1f7654 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryHandler.cs @@ -0,0 +1,23 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetCategory; +public class GetCategoryQueryHandler : IRequestHandler +{ + private readonly IApplicationDbContext _context; + + public GetCategoryQueryHandler(IApplicationDbContext context) + { + _context = context; + } + + public async Task Handle(GetCategoryQuery request, + CancellationToken cancellationToken) + { + var response = await _context.Categories + .AsNoTracking() + .Where(x => x.Id == request.Id) + .ProjectToType() + .FirstOrDefaultAsync(cancellationToken); + + return response ?? throw new NotFoundException(nameof(Category), request.Id); + } +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryValidator.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryValidator.cs new file mode 100644 index 0000000..df3e0b3 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryQueryValidator.cs @@ -0,0 +1,17 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetCategory; +public class GetCategoryQueryValidator : AbstractValidator +{ + public GetCategoryQueryValidator() + { + RuleFor(model => model.Id) + .NotNull(); + } + public Func>> ValidateValue => async (model, propertyName) => + { + var result = await ValidateAsync(ValidationContext.CreateWithOptions((GetCategoryQuery)model, x => x.IncludeProperties(propertyName))); + if (result.IsValid) + return Array.Empty(); + return result.Errors.Select(e => e.ErrorMessage); + }; +} + diff --git a/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryResponseDto.cs b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryResponseDto.cs new file mode 100644 index 0000000..9297082 --- /dev/null +++ b/src/CMSMicroservice.Application/CategoryCQ/Queries/GetCategory/GetCategoryResponseDto.cs @@ -0,0 +1,22 @@ +namespace CMSMicroservice.Application.CategoryCQ.Queries.GetCategory; +public class GetCategoryResponseDto +{ + //شناسه + public long Id { get; set; } + //نام لاتین + public string Name { get; set; } + //عنوان + public string Title { get; set; } + //توضیحات + public string? Description { get; set; } + //آدرس تصویر + public string? ImagePath { get; set; } + //شناسه والد + public long? ParentId { get; set; } + //فعال؟ + public bool IsActive { get; set; } + //ترتیب نمایش + public int SortOrder { get; set; } + +} + diff --git a/src/CMSMicroservice.Application/Common/Interfaces/IApplicationDbContext.cs b/src/CMSMicroservice.Application/Common/Interfaces/IApplicationDbContext.cs index cfbc275..9e33fdb 100644 --- a/src/CMSMicroservice.Application/Common/Interfaces/IApplicationDbContext.cs +++ b/src/CMSMicroservice.Application/Common/Interfaces/IApplicationDbContext.cs @@ -4,6 +4,7 @@ public interface IApplicationDbContext { DbSet UserAddresss { get; } DbSet Packages { get; } + DbSet Categories { get; } DbSet Roles { get; } DbSet UserRoles { get; } DbSet UserWallets { get; } @@ -20,4 +21,4 @@ public interface IApplicationDbContext DbSet Contracts { get; } DbSet UserContracts { get; } Task SaveChangesAsync(CancellationToken cancellationToken = default); -} \ No newline at end of file +} diff --git a/src/CMSMicroservice.Application/Common/Mappings/CategoryProfile.cs b/src/CMSMicroservice.Application/Common/Mappings/CategoryProfile.cs new file mode 100644 index 0000000..8706a02 --- /dev/null +++ b/src/CMSMicroservice.Application/Common/Mappings/CategoryProfile.cs @@ -0,0 +1,11 @@ +namespace CMSMicroservice.Application.Common.Mappings; + +public class CategoryProfile : IRegister +{ + void IRegister.Register(TypeAdapterConfig config) + { + //config.NewConfig() + // .Map(dest => dest.FullName, src => $"{src.Firstname} {src.Lastname}"); + } +} + diff --git a/src/CMSMicroservice.Domain/Entities/Category.cs b/src/CMSMicroservice.Domain/Entities/Category.cs new file mode 100644 index 0000000..00f2b45 --- /dev/null +++ b/src/CMSMicroservice.Domain/Entities/Category.cs @@ -0,0 +1,24 @@ +namespace CMSMicroservice.Domain.Entities; +//دسته بندی +public class Category : BaseAuditableEntity +{ + //نام لاتین + public string Name { get; set; } + //عنوان + public string Title { get; set; } + //توضیحات + public string? Description { get; set; } + //آدرس تصویر + public string? ImagePath { get; set; } + //شناسه والد + public long? ParentId { get; set; } + //Category Navigation Property + public virtual Category? Parent { get; set; } + //Category Collection Navigation Reference + public virtual ICollection Categories { get; set; } + //فعال؟ + public bool IsActive { get; set; } + //ترتیب نمایش + public int SortOrder { get; set; } +} + diff --git a/src/CMSMicroservice.Domain/Events/CategoryEvents/CreateNewCategoryEvent.cs b/src/CMSMicroservice.Domain/Events/CategoryEvents/CreateNewCategoryEvent.cs new file mode 100644 index 0000000..25549ff --- /dev/null +++ b/src/CMSMicroservice.Domain/Events/CategoryEvents/CreateNewCategoryEvent.cs @@ -0,0 +1,11 @@ +namespace CMSMicroservice.Domain.Events; +public class CreateNewCategoryEvent : BaseEvent +{ + public CreateNewCategoryEvent(Category item) + { + Item = item; + } + + public Category Item { get; } +} + diff --git a/src/CMSMicroservice.Domain/Events/CategoryEvents/DeleteCategoryEvent.cs b/src/CMSMicroservice.Domain/Events/CategoryEvents/DeleteCategoryEvent.cs new file mode 100644 index 0000000..98f76d6 --- /dev/null +++ b/src/CMSMicroservice.Domain/Events/CategoryEvents/DeleteCategoryEvent.cs @@ -0,0 +1,11 @@ +namespace CMSMicroservice.Domain.Events; +public class DeleteCategoryEvent : BaseEvent +{ + public DeleteCategoryEvent(Category item) + { + Item = item; + } + + public Category Item { get; } +} + diff --git a/src/CMSMicroservice.Domain/Events/CategoryEvents/UpdateCategoryEvent.cs b/src/CMSMicroservice.Domain/Events/CategoryEvents/UpdateCategoryEvent.cs new file mode 100644 index 0000000..b949f7e --- /dev/null +++ b/src/CMSMicroservice.Domain/Events/CategoryEvents/UpdateCategoryEvent.cs @@ -0,0 +1,11 @@ +namespace CMSMicroservice.Domain.Events; +public class UpdateCategoryEvent : BaseEvent +{ + public UpdateCategoryEvent(Category item) + { + Item = item; + } + + public Category Item { get; } +} + diff --git a/src/CMSMicroservice.Infrastructure/Persistence/ApplicationDbContext.cs b/src/CMSMicroservice.Infrastructure/Persistence/ApplicationDbContext.cs index d498fd4..1cb6bda 100644 --- a/src/CMSMicroservice.Infrastructure/Persistence/ApplicationDbContext.cs +++ b/src/CMSMicroservice.Infrastructure/Persistence/ApplicationDbContext.cs @@ -41,6 +41,7 @@ public class ApplicationDbContext : DbContext, IApplicationDbContext } public DbSet UserAddresss => Set(); public DbSet Packages => Set(); + public DbSet Categories => Set(); public DbSet Roles => Set(); public DbSet UserRoles => Set(); public DbSet UserWallets => Set(); diff --git a/src/CMSMicroservice.Infrastructure/Persistence/Configurations/CategoryConfiguration.cs b/src/CMSMicroservice.Infrastructure/Persistence/Configurations/CategoryConfiguration.cs new file mode 100644 index 0000000..2a96221 --- /dev/null +++ b/src/CMSMicroservice.Infrastructure/Persistence/Configurations/CategoryConfiguration.cs @@ -0,0 +1,30 @@ +using CMSMicroservice.Domain.Entities; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Metadata.Builders; + +namespace CMSMicroservice.Infrastructure.Persistence.Configurations; + +public class CategoryConfiguration : IEntityTypeConfiguration +{ + public void Configure(EntityTypeBuilder builder) + { + builder.HasQueryFilter(p => !p.IsDeleted); + builder.Ignore(entity => entity.DomainEvents); + builder.HasKey(entity => entity.Id); + builder.Property(entity => entity.Id).UseIdentityColumn(); + + builder.Property(entity => entity.Name).IsRequired(true); + builder.Property(entity => entity.Title).IsRequired(true); + builder.Property(entity => entity.Description).IsRequired(false); + builder.Property(entity => entity.ImagePath).IsRequired(false); + builder.Property(entity => entity.IsActive).IsRequired(true); + builder.Property(entity => entity.SortOrder).IsRequired(true); + + builder + .HasOne(entity => entity.Parent) + .WithMany(entity => entity.Categories) + .HasForeignKey(entity => entity.ParentId) + .IsRequired(false); + } +} +