Fields of the GuildDropsGame model

interface GuildDropsGameFieldRefs {
    channelId: Prisma.FieldRef<"GuildDropsGame", "String">;
    createdAt: Prisma.FieldRef<"GuildDropsGame", "DateTime">;
    dbId: Prisma.FieldRef<"GuildDropsGame", "String">;
    gameId: Prisma.FieldRef<"GuildDropsGame", "String">;
    guildDropsId: Prisma.FieldRef<"GuildDropsGame", "String">;
    liveNotifications: Prisma.FieldRef<"GuildDropsGame", "Boolean">;
    roleId: Prisma.FieldRef<"GuildDropsGame", "String">;
}

Properties

channelId: Prisma.FieldRef<"GuildDropsGame", "String">
createdAt: Prisma.FieldRef<"GuildDropsGame", "DateTime">
dbId: Prisma.FieldRef<"GuildDropsGame", "String">
gameId: Prisma.FieldRef<"GuildDropsGame", "String">
guildDropsId: Prisma.FieldRef<"GuildDropsGame", "String">
liveNotifications: Prisma.FieldRef<"GuildDropsGame", "Boolean">
roleId: Prisma.FieldRef<"GuildDropsGame", "String">