203 lines
5.1 KiB
JSON
203 lines
5.1 KiB
JSON
{
|
||
"tables": [
|
||
{
|
||
"tableName": "users",
|
||
"tableDescription": "Пользователи",
|
||
"fieldList": [
|
||
{
|
||
"fName": "id",
|
||
"fDescription": "Номер п.п.",
|
||
"fType": "int(6)",
|
||
"index": "PRIMARY KEY",
|
||
"autoIncrement": "yes",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "login",
|
||
"fDescription": "Логин",
|
||
"fType": "char(20)",
|
||
"index": "yes",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "password",
|
||
"fDescription": "Пароль",
|
||
"fType": "char(20)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "last_name",
|
||
"fDescription": "Фамилия",
|
||
"fType": "char(20)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "name",
|
||
"fDescription": "Имя",
|
||
"fType": "char(20)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "middle_name",
|
||
"fDescription": "Отчество",
|
||
"fType": "char(20)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tableName": "docs",
|
||
"tableDescription": "Документы",
|
||
"fieldList": [
|
||
{
|
||
"fName": "id",
|
||
"fDescription": "Номер п.п.",
|
||
"fType": "int(6)",
|
||
"index": "PRIMARY KEY",
|
||
"autoIncrement": "yes",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "doc_name",
|
||
"fDescription": "Наименование",
|
||
"fType": "varchar(100)",
|
||
"index": "yes",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "description",
|
||
"fDescription": "Описание",
|
||
"fType": "varchar(200)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "users_id",
|
||
"fDescription": "Владелец",
|
||
"fType": "int(6)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": ["users.id", "last_name, name, middle_name"]
|
||
},
|
||
{
|
||
"fName": "parent_id",
|
||
"fDescription": "Родительский документ",
|
||
"fType": "int(6)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": ["docs.id", "doc_name"]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tableName": "address",
|
||
"tableDescription": "Адреса",
|
||
"fieldList": [
|
||
{
|
||
"fName": "id",
|
||
"fDescription": "Номер п.п.",
|
||
"fType": "int(6)",
|
||
"index": "PRIMARY KEY",
|
||
"autoIncrement": "yes",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "region",
|
||
"fDescription": "Регион",
|
||
"fType": "varchar(100)",
|
||
"index": "yes",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "city",
|
||
"fDescription": "Населеннй пункт",
|
||
"fType": "varchar(200)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "street",
|
||
"fDescription": "Улица",
|
||
"fType": "varchar(100)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "house",
|
||
"fDescription": "Дом",
|
||
"fType": "char(6)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tableName": "test",
|
||
"tableDescription": "Шляпа",
|
||
"fieldList": [
|
||
{
|
||
"fName": "id",
|
||
"fDescription": "Номер п.п.",
|
||
"fType": "int(11)",
|
||
"index": "PRIMARY KEY",
|
||
"autoIncrement": "yes",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "user",
|
||
"fDescription": "Юзер шляпы",
|
||
"fType": "int(11)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": ["users.id", "last_name, name, middle_name"]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"tableName": "test2",
|
||
"tableDescription": "Шляпа2",
|
||
"fieldList": [
|
||
{
|
||
"fName": "id",
|
||
"fDescription": "Номер п.п.",
|
||
"fType": "int(11)",
|
||
"index": "PRIMARY KEY",
|
||
"autoIncrement": "yes",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "ins_date",
|
||
"fDescription": "Дата добавления",
|
||
"fType": "DATETIME",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": []
|
||
},
|
||
{
|
||
"fName": "user",
|
||
"fDescription": "Юзер шляпы",
|
||
"fType": "int(11)",
|
||
"index": "no",
|
||
"autoIncrement": "no",
|
||
"relation": ["users.id", "last_name, name, middle_name"]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|