enable public report
This commit is contained in:
parent
8f563d1058
commit
41c3093754
21 changed files with 307 additions and 19 deletions
|
@ -9,6 +9,8 @@ export const damage_report_table = new Table({
|
|||
{ name: "status", ...getTypeByORM("varchar") },
|
||||
{ name: "done", ...getTypeByORM("boolean"), default: getDefaultByORM("boolean", false) },
|
||||
{ name: "description", ...getTypeByORM("text") },
|
||||
{ name: "location", ...getTypeByORM("text") },
|
||||
{ name: "note", ...getTypeByORM("text") },
|
||||
{ name: "reportedBy", ...getTypeByORM("varchar") },
|
||||
{ name: "imageCount", ...getTypeByORM("int"), default: getDefaultByORM("number", 0) },
|
||||
{ name: "equipmentId", ...getTypeByORM("uuid", true) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue