next.js/examples/with-xata/schema.template.json
schema.template.json22 lines331 B
{
  "tables": [
    {
      "name": "nextjs_with_xata_example",
      "columns": [
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "url",
          "type": "string"
        }
      ]
    }
  ]
}
Quest for Codev2.0.0
/
SIGN IN