temp
This commit is contained in:
@@ -5,5 +5,8 @@ import { v } from "convex/values";
|
||||
export default defineSchema({
|
||||
abcv: defineTable({
|
||||
title: v.string(),
|
||||
})
|
||||
}),
|
||||
xiong: defineTable({
|
||||
name: v.string(),
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user