1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00
OpenSTF/lib/db/tables.js
2014-01-27 19:53:55 +09:00

5 lines
57 B
JavaScript

module.exports = {
users: {
primaryKey: 'id'
}
}