Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgressiveCoders/Spoke
/ timestamp
Function
timestamp
src/server/models/custom-types.js:27–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
export
function
timestamp() {
28
return
type
29
.date()
30
.required()
31
.allowNull(false)
32
.default(r.now());
33
}
34
35
export
function
optionalTimestamp() {
36
return
type
.date();
Callers
15
tag-campaign-contact.js
File · 0.90
campaign-contact.js
File · 0.90
tag-canned-response.js
File · 0.90
tag.js
File · 0.90
invite.js
File · 0.90
organization-contact.js
File · 0.90
organization.js
File · 0.90
canned-response.js
File · 0.90
log.js
File · 0.90
assignment-feedback.js
File · 0.90
campaign-admin.js
File · 0.90
assignment.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected