This commit is contained in:
2026-01-24 17:01:39 +08:00
parent d23fc2b2d8
commit ce6bc3e48e
5 changed files with 18 additions and 4 deletions

View File

@@ -5,5 +5,8 @@ import { v } from "convex/values";
export default defineSchema({
abcv: defineTable({
title: v.string(),
})
}),
xiong: defineTable({
name: v.string(),
}),
});