engagementgamelab/CivicSeed

View on GitHub
models/chat.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

module.exports = {
  name: 'Chat',
  collection: 'chat',
  schema: {
    id: String,
    who: String,
    what: String,
    when: Date,
    instanceName: String
  }
}