salix/modules/client/back/models/client-log.json

10 lines
100 B
JSON
Raw Permalink Normal View History

2018-10-03 07:37:34 +00:00
{
"name": "ClientLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
"options": {
"mysql": {
"table": "clientLog"
}
}
2018-10-03 07:37:34 +00:00
}