Files
test-convex/component/schema.ts
2026-01-25 19:18:59 +08:00

9 lines
231 B
TypeScript

import { defineSchema, defineTable } from "convex/server";
import { v } from "convex/values";
// Define a messages table with an index.
export default defineSchema({
// test2: defineTable({
// title: v.string(),
// }),
});