UNPKG

dobo

Version:

Database ORM/ODM for Bajo Framework

14 lines (12 loc) 221 B
async function intId (opts = {}) { return { properties: [{ name: 'id', type: 'integer', required: true, index: 'primary', unsigned: true }] } } export default intId