UNPKG

sails-sqlite

Version:
13 lines (12 loc) 244 B
/** * `tableName` * * @constant * @type {InputDef} */ module.exports = { friendlyName: 'Table name', description: 'The name of the physical model (i.e. the name of the Mongo collection -- aka "tableName").', example: 'foo_bar' }