salix/modules/account/back/models/user-log.json

10 lines
104 B
JSON
Raw Permalink Normal View History

2019-10-15 12:44:00 +00:00
{
"name": "UserLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
2019-10-15 12:44:00 +00:00
"options": {
"mysql": {
2023-04-14 12:16:29 +00:00
"table": "account.userLog"
2019-10-15 12:44:00 +00:00
}
}
}