From d295e76c04408abe55b0a740012979ef2332862b Mon Sep 17 00:00:00 2001 From: MeysamMoghaddam <65253484+MeysamMoghaddam@users.noreply.github.com> Date: Sat, 27 Sep 2025 08:19:34 +0330 Subject: [PATCH] Create model.ndm2 --- docs/model.ndm2 | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 docs/model.ndm2 diff --git a/docs/model.ndm2 b/docs/model.ndm2 new file mode 100644 index 0000000..6952bd6 --- /dev/null +++ b/docs/model.ndm2 @@ -0,0 +1,75 @@ +{ + "paper": { + "name": "A0", + "leftMargin": 0.5, + "rightMargin": 0.5, + "topMargin": 0.5, + "bottomMargin": 0.5, + "isPortriat": true + }, + "modelVersion": 2.01, + "defaultSchema": "CMS", + "server": { + "objectType": "Server_MSSQL", + "name": "Default", + "uuid": "", + "serverVersion": 16000000, + "edition": "Unknown", + "catalogs": [ + { + "objectType": "Catalog_MSSQL", + "name": "Default", + "schemas": [ + { + "objectType": "Schema_MSSQL", + "name": "CMS", + "comment": "", + "tables": [], + "views": [] + } + ] + } + ] + }, + "diagrams": [ + { + "name": "CMS", + "paperWidth": 4, + "paperHeight": 2, + "tableFont": "Arial Unicode MS", + "tableFontSize": 14, + "isBalckWhite": false, + "showDBSchemaName": true, + "showViewRelations": true, + "notation": "default", + "showFieldComment": true, + "showTableComment": true, + "shapes": [], + "layers": [ + { + "name": "Domain", + "x": 6190, + "y": 5160, + "width": 2308, + "height": 2612, + "layerColor": { + "r": 100, + "g": 234, + "b": 136, + "a": 1 + }, + "fontName": "Arial Unicode MS", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + } + } + ], + "relations": [], + "viewRelations": [] + } + ] +} \ No newline at end of file