We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c493ed5 commit c606937Copy full SHA for c606937
models/infra.js
@@ -1,7 +1,6 @@
1
import connector from "#models/databaseUtil";
2
3
const infrastructureSchema = {
4
- infraID: { type: Number, unique: true, required: true },
5
infraName: { type: String, required: true },
6
infraType: { type: String, required: true },
7
infraWing: { type: String, required: true },
0 commit comments