summaryrefslogtreecommitdiff
path: root/migrations/meta/0000_snapshot.json
blob: 245d657a04f6d36b51c28419abfc3150f1990458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "version": "6",
  "dialect": "sqlite",
  "id": "2b9ab579-4d91-4045-b35e-b5cceebe74de",
  "prevId": "00000000-0000-0000-0000-000000000000",
  "tables": {
    "groups": {
      "name": "groups",
      "columns": {
        "name": {
          "name": "name",
          "type": "text",
          "primaryKey": false,
          "notNull": true,
          "autoincrement": false
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {},
      "uniqueConstraints": {},
      "checkConstraints": {}
    }
  },
  "views": {},
  "enums": {},
  "_meta": {
    "schemas": {},
    "tables": {},
    "columns": {}
  },
  "internal": {
    "indexes": {}
  }
}