Update
This commit is contained in:
663
docs/model.ndm2
663
docs/model.ndm2
@@ -12045,6 +12045,503 @@
|
||||
"filestreamPartitionScheme": "",
|
||||
"dataCompressions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"objectType": "Table_MSSQL",
|
||||
"name": "OtpService",
|
||||
"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": "SendOtp",
|
||||
"type": "Command",
|
||||
"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": "SendOtp",
|
||||
"computedBaseType": "",
|
||||
"isDefaultConstraint": false,
|
||||
"defaultConstraint": "",
|
||||
"isIdentity": false,
|
||||
"isExistingField": false,
|
||||
"identitySeed": 0,
|
||||
"identityIncrement": 0,
|
||||
"identityIsNotForReplication": false
|
||||
},
|
||||
{
|
||||
"objectType": "TableField_MSSQL",
|
||||
"name": "VerifyOtpCode",
|
||||
"type": "Command",
|
||||
"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": "VerifyOtpCode",
|
||||
"computedBaseType": "",
|
||||
"isDefaultConstraint": false,
|
||||
"defaultConstraint": "",
|
||||
"isIdentity": false,
|
||||
"isExistingField": false,
|
||||
"identitySeed": 0,
|
||||
"identityIncrement": 0,
|
||||
"identityIsNotForReplication": false
|
||||
}
|
||||
],
|
||||
"indexes": [],
|
||||
"foreignKeys": [
|
||||
{
|
||||
"objectType": "ForeignKey_MSSQL",
|
||||
"name": "fk_OtpService_VerifyOtpCodeRequest_1",
|
||||
"fields": [
|
||||
"VerifyOtpCode"
|
||||
],
|
||||
"referencedSchema": "BackOffice",
|
||||
"referencedTable": "VerifyOtpCodeRequest",
|
||||
"referencedFields": [
|
||||
"Mobile"
|
||||
],
|
||||
"onDelete": "",
|
||||
"onUpdate": "",
|
||||
"isNotForReplication": false,
|
||||
"isEnabled": true,
|
||||
"comment": "",
|
||||
"sourceCardinality": "NoneRelationship",
|
||||
"targetCardinality": "NoneRelationship",
|
||||
"oldName": ""
|
||||
},
|
||||
{
|
||||
"objectType": "ForeignKey_MSSQL",
|
||||
"name": "fk_OtpService_VerifyOtpCodeResponse_1",
|
||||
"fields": [
|
||||
"VerifyOtpCode"
|
||||
],
|
||||
"referencedSchema": "BackOffice",
|
||||
"referencedTable": "VerifyOtpCodeResponse",
|
||||
"referencedFields": [
|
||||
"Token"
|
||||
],
|
||||
"onDelete": "",
|
||||
"onUpdate": "",
|
||||
"isNotForReplication": false,
|
||||
"isEnabled": true,
|
||||
"comment": "",
|
||||
"sourceCardinality": "NoneRelationship",
|
||||
"targetCardinality": "NoneRelationship",
|
||||
"oldName": ""
|
||||
},
|
||||
{
|
||||
"objectType": "ForeignKey_MSSQL",
|
||||
"name": "fk_OtpService_SendOtpRequest_1",
|
||||
"fields": [
|
||||
"SendOtp"
|
||||
],
|
||||
"referencedSchema": "BackOffice",
|
||||
"referencedTable": "SendOtpRequest",
|
||||
"referencedFields": [
|
||||
"Mobile"
|
||||
],
|
||||
"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": "VerifyOtpCodeRequest",
|
||||
"comment": "ورودی فعال سازی رمز پویا",
|
||||
"owner": "",
|
||||
"isChangeTracking": false,
|
||||
"isTrackColumnsUpdated": false,
|
||||
"oldName": "",
|
||||
"isSystemTable": false,
|
||||
"createTime": "",
|
||||
"modifyTime": "",
|
||||
"objectID": 9803,
|
||||
"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": "Code",
|
||||
"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": "Code",
|
||||
"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
|
||||
}
|
||||
],
|
||||
"indexes": [],
|
||||
"primaryKey": {
|
||||
"objectType": "PrimaryKey_MSSQL",
|
||||
"name": "_copy_10_copy_1_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": "SendOtpRequest",
|
||||
"comment": "ورودی ارسال رمز پویا",
|
||||
"owner": "",
|
||||
"isChangeTracking": false,
|
||||
"isTrackColumnsUpdated": false,
|
||||
"oldName": "",
|
||||
"isSystemTable": false,
|
||||
"createTime": "",
|
||||
"modifyTime": "",
|
||||
"objectID": 9803,
|
||||
"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
|
||||
}
|
||||
],
|
||||
"indexes": [],
|
||||
"primaryKey": {
|
||||
"objectType": "PrimaryKey_MSSQL",
|
||||
"name": "_copy_10_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": "VerifyOtpCodeResponse",
|
||||
"comment": "خروجی فعال سازی رمز پویا",
|
||||
"owner": "",
|
||||
"isChangeTracking": false,
|
||||
"isTrackColumnsUpdated": false,
|
||||
"oldName": "",
|
||||
"isSystemTable": false,
|
||||
"createTime": "",
|
||||
"modifyTime": "",
|
||||
"objectID": 9803,
|
||||
"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": false,
|
||||
"isExistingField": false,
|
||||
"identitySeed": 0,
|
||||
"identityIncrement": 0,
|
||||
"identityIsNotForReplication": false
|
||||
}
|
||||
],
|
||||
"indexes": [],
|
||||
"primaryKey": {
|
||||
"objectType": "PrimaryKey_MSSQL",
|
||||
"name": "_copy_10_copy_1_copy_1_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": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"views": []
|
||||
@@ -13138,6 +13635,70 @@
|
||||
"b": 147,
|
||||
"a": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "table",
|
||||
"schemaName": "BackOffice",
|
||||
"tableName": "OtpService",
|
||||
"x": 5740,
|
||||
"y": 20,
|
||||
"width": 310,
|
||||
"height": 120,
|
||||
"isBold": false,
|
||||
"titleColor": {
|
||||
"r": 0,
|
||||
"g": 0,
|
||||
"b": 0,
|
||||
"a": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "table",
|
||||
"schemaName": "BackOffice",
|
||||
"tableName": "VerifyOtpCodeRequest",
|
||||
"x": 6100,
|
||||
"y": 20,
|
||||
"width": 310,
|
||||
"height": 130,
|
||||
"isBold": false,
|
||||
"titleColor": {
|
||||
"r": 255,
|
||||
"g": 214,
|
||||
"b": 147,
|
||||
"a": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "table",
|
||||
"schemaName": "BackOffice",
|
||||
"tableName": "SendOtpRequest",
|
||||
"x": 5380,
|
||||
"y": 30,
|
||||
"width": 310,
|
||||
"height": 100,
|
||||
"isBold": false,
|
||||
"titleColor": {
|
||||
"r": 255,
|
||||
"g": 214,
|
||||
"b": 147,
|
||||
"a": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "table",
|
||||
"schemaName": "BackOffice",
|
||||
"tableName": "VerifyOtpCodeResponse",
|
||||
"x": 5740,
|
||||
"y": 190,
|
||||
"width": 310,
|
||||
"height": 100,
|
||||
"isBold": false,
|
||||
"titleColor": {
|
||||
"r": 200,
|
||||
"g": 255,
|
||||
"b": 160,
|
||||
"a": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"layers": [],
|
||||
@@ -15417,6 +15978,108 @@
|
||||
"isFontItalic": false,
|
||||
"isVisible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fk_OtpService_VerifyOtpCodeRequest_1",
|
||||
"sourceTableName": "OtpService",
|
||||
"sourceSchemaName": "BackOffice",
|
||||
"lineWidth": 1,
|
||||
"visible": true,
|
||||
"vertices": [
|
||||
{
|
||||
"x": 6065,
|
||||
"y": 80
|
||||
},
|
||||
{
|
||||
"x": 6085,
|
||||
"y": 80
|
||||
}
|
||||
],
|
||||
"label": {
|
||||
"x": 6061,
|
||||
"y": 52,
|
||||
"width": 270,
|
||||
"height": 30,
|
||||
"fontName": "Arial Unicode MS",
|
||||
"fontSize": 14,
|
||||
"fontColor": {
|
||||
"r": 204,
|
||||
"g": 204,
|
||||
"b": 204,
|
||||
"a": 1
|
||||
},
|
||||
"isFontBold": false,
|
||||
"isFontItalic": false,
|
||||
"isVisible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fk_OtpService_VerifyOtpCodeResponse_1",
|
||||
"sourceTableName": "OtpService",
|
||||
"sourceSchemaName": "BackOffice",
|
||||
"lineWidth": 1,
|
||||
"visible": true,
|
||||
"vertices": [
|
||||
{
|
||||
"x": 5880,
|
||||
"y": 155
|
||||
},
|
||||
{
|
||||
"x": 5880,
|
||||
"y": 175
|
||||
}
|
||||
],
|
||||
"label": {
|
||||
"x": 5882,
|
||||
"y": 105,
|
||||
"width": 280,
|
||||
"height": 30,
|
||||
"fontName": "Arial Unicode MS",
|
||||
"fontSize": 14,
|
||||
"fontColor": {
|
||||
"r": 204,
|
||||
"g": 204,
|
||||
"b": 204,
|
||||
"a": 1
|
||||
},
|
||||
"isFontBold": false,
|
||||
"isFontItalic": false,
|
||||
"isVisible": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fk_OtpService_SendOtpRequest_1",
|
||||
"sourceTableName": "OtpService",
|
||||
"sourceSchemaName": "BackOffice",
|
||||
"lineWidth": 1,
|
||||
"visible": true,
|
||||
"vertices": [
|
||||
{
|
||||
"x": 5725,
|
||||
"y": 80
|
||||
},
|
||||
{
|
||||
"x": 5705,
|
||||
"y": 80
|
||||
}
|
||||
],
|
||||
"label": {
|
||||
"x": 5735,
|
||||
"y": 42,
|
||||
"width": 231,
|
||||
"height": 30,
|
||||
"fontName": "Arial Unicode MS",
|
||||
"fontSize": 14,
|
||||
"fontColor": {
|
||||
"r": 204,
|
||||
"g": 204,
|
||||
"b": 204,
|
||||
"a": 1
|
||||
},
|
||||
"isFontBold": false,
|
||||
"isFontItalic": false,
|
||||
"isVisible": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"viewRelations": []
|
||||
|
||||
Reference in New Issue
Block a user