accounts page
This commit is contained in:
@@ -2,6 +2,11 @@ import { Schema, model, models } from "mongoose";
|
||||
|
||||
const UserSchema = new Schema(
|
||||
{
|
||||
id: {
|
||||
type: String,
|
||||
required: true,
|
||||
unique: true,
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user