2017-03-12 15:02:21 +03:00
|
|
|
{
|
|
|
|
"tables": [
|
|
|
|
{
|
|
|
|
"tableName": "users",
|
|
|
|
"tableDescription": "Список пользователей",
|
2017-03-12 18:33:51 +03:00
|
|
|
"fieldList": [
|
2017-03-12 15:02:21 +03:00
|
|
|
{
|
|
|
|
"fName": "id",
|
|
|
|
"fDescr": "Номер п.п.",
|
|
|
|
"fType": "int(6)",
|
|
|
|
"index": "PRIMARY KEY",
|
|
|
|
"autoIncrement": "yes"
|
|
|
|
},
|
|
|
|
{
|
2017-03-12 18:33:51 +03:00
|
|
|
"fName": "login",
|
2017-03-12 15:02:21 +03:00
|
|
|
"fDescr": "Логин",
|
|
|
|
"fType": "char(20)",
|
|
|
|
"index": "yes",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fName": "password",
|
|
|
|
"fDescr": "Пароль",
|
|
|
|
"fType": "char(20)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
2017-03-12 18:33:51 +03:00
|
|
|
"fName": "last_name",
|
2017-03-12 15:02:21 +03:00
|
|
|
"fDescr": "Фамилия",
|
|
|
|
"fType": "char(20)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fName": "name",
|
|
|
|
"fDescr": "Имя",
|
|
|
|
"fType": "char(20)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
2017-03-12 18:33:51 +03:00
|
|
|
"fName": "middle_name",
|
2017-03-12 15:02:21 +03:00
|
|
|
"fDescr": "Отчество",
|
|
|
|
"fType": "char(20)",
|
|
|
|
"index": "no",
|
2017-03-12 18:33:51 +03:00
|
|
|
"autoIncrement": "no"
|
2017-03-12 15:02:21 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tableName": "docs",
|
|
|
|
"tableDescription": "Список документов",
|
2017-03-12 18:33:51 +03:00
|
|
|
"fieldList": [
|
2017-03-12 15:02:21 +03:00
|
|
|
{
|
|
|
|
"fName": "id",
|
|
|
|
"fDescr": "Номер п.п.",
|
|
|
|
"fType": "int(6)",
|
|
|
|
"index": "PRIMARY KEY",
|
|
|
|
"autoIncrement": "yes"
|
|
|
|
},
|
|
|
|
{
|
2017-03-13 16:50:33 +03:00
|
|
|
"fName": "doc_name",
|
2017-03-12 15:02:21 +03:00
|
|
|
"fDescr": "Наименование",
|
|
|
|
"fType": "varchar(100)",
|
|
|
|
"index": "yes",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fName": "description",
|
|
|
|
"fDescr": "Описание",
|
|
|
|
"fType": "varchar(200)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fName": "user_id",
|
|
|
|
"fDescr": "Владелец",
|
|
|
|
"fType": "int(6)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fName": "parent_id",
|
|
|
|
"fDescr": "Имя",
|
|
|
|
"fType": "int(6)",
|
|
|
|
"index": "no",
|
|
|
|
"autoIncrement": "no"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|