@ottocode/database 0.1.310 → 0.1.312

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,880 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "ae450142-6a36-4bd3-b56e-10eef2d580e7",
5
+ "prevId": "23e8a61e-3985-48e5-963e-321d805c5f25",
6
+ "tables": {
7
+ "artifacts": {
8
+ "name": "artifacts",
9
+ "columns": {
10
+ "id": {
11
+ "name": "id",
12
+ "type": "text",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": false
16
+ },
17
+ "message_part_id": {
18
+ "name": "message_part_id",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": false,
22
+ "autoincrement": false
23
+ },
24
+ "kind": {
25
+ "name": "kind",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": true,
29
+ "autoincrement": false
30
+ },
31
+ "path": {
32
+ "name": "path",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": false,
36
+ "autoincrement": false
37
+ },
38
+ "mime": {
39
+ "name": "mime",
40
+ "type": "text",
41
+ "primaryKey": false,
42
+ "notNull": false,
43
+ "autoincrement": false
44
+ },
45
+ "size": {
46
+ "name": "size",
47
+ "type": "integer",
48
+ "primaryKey": false,
49
+ "notNull": false,
50
+ "autoincrement": false
51
+ },
52
+ "sha256": {
53
+ "name": "sha256",
54
+ "type": "text",
55
+ "primaryKey": false,
56
+ "notNull": false,
57
+ "autoincrement": false
58
+ }
59
+ },
60
+ "indexes": {
61
+ "artifacts_message_part_id_unique": {
62
+ "name": "artifacts_message_part_id_unique",
63
+ "columns": ["message_part_id"],
64
+ "isUnique": true
65
+ }
66
+ },
67
+ "foreignKeys": {
68
+ "artifacts_message_part_id_message_parts_id_fk": {
69
+ "name": "artifacts_message_part_id_message_parts_id_fk",
70
+ "tableFrom": "artifacts",
71
+ "tableTo": "message_parts",
72
+ "columnsFrom": ["message_part_id"],
73
+ "columnsTo": ["id"],
74
+ "onDelete": "cascade",
75
+ "onUpdate": "no action"
76
+ }
77
+ },
78
+ "compositePrimaryKeys": {},
79
+ "uniqueConstraints": {},
80
+ "checkConstraints": {}
81
+ },
82
+ "goal_tasks": {
83
+ "name": "goal_tasks",
84
+ "columns": {
85
+ "id": {
86
+ "name": "id",
87
+ "type": "text",
88
+ "primaryKey": true,
89
+ "notNull": true,
90
+ "autoincrement": false
91
+ },
92
+ "goal_id": {
93
+ "name": "goal_id",
94
+ "type": "text",
95
+ "primaryKey": false,
96
+ "notNull": true,
97
+ "autoincrement": false
98
+ },
99
+ "session_id": {
100
+ "name": "session_id",
101
+ "type": "text",
102
+ "primaryKey": false,
103
+ "notNull": false,
104
+ "autoincrement": false
105
+ },
106
+ "position": {
107
+ "name": "position",
108
+ "type": "integer",
109
+ "primaryKey": false,
110
+ "notNull": true,
111
+ "autoincrement": false
112
+ },
113
+ "content": {
114
+ "name": "content",
115
+ "type": "text",
116
+ "primaryKey": false,
117
+ "notNull": true,
118
+ "autoincrement": false
119
+ },
120
+ "status": {
121
+ "name": "status",
122
+ "type": "text",
123
+ "primaryKey": false,
124
+ "notNull": true,
125
+ "autoincrement": false,
126
+ "default": "'pending'"
127
+ },
128
+ "note": {
129
+ "name": "note",
130
+ "type": "text",
131
+ "primaryKey": false,
132
+ "notNull": false,
133
+ "autoincrement": false
134
+ },
135
+ "created_at": {
136
+ "name": "created_at",
137
+ "type": "integer",
138
+ "primaryKey": false,
139
+ "notNull": true,
140
+ "autoincrement": false
141
+ },
142
+ "updated_at": {
143
+ "name": "updated_at",
144
+ "type": "integer",
145
+ "primaryKey": false,
146
+ "notNull": true,
147
+ "autoincrement": false
148
+ }
149
+ },
150
+ "indexes": {},
151
+ "foreignKeys": {},
152
+ "compositePrimaryKeys": {},
153
+ "uniqueConstraints": {},
154
+ "checkConstraints": {}
155
+ },
156
+ "goals": {
157
+ "name": "goals",
158
+ "columns": {
159
+ "id": {
160
+ "name": "id",
161
+ "type": "text",
162
+ "primaryKey": true,
163
+ "notNull": true,
164
+ "autoincrement": false
165
+ },
166
+ "project_path": {
167
+ "name": "project_path",
168
+ "type": "text",
169
+ "primaryKey": false,
170
+ "notNull": true,
171
+ "autoincrement": false
172
+ },
173
+ "session_id": {
174
+ "name": "session_id",
175
+ "type": "text",
176
+ "primaryKey": false,
177
+ "notNull": false,
178
+ "autoincrement": false
179
+ },
180
+ "otto_session_id": {
181
+ "name": "otto_session_id",
182
+ "type": "text",
183
+ "primaryKey": false,
184
+ "notNull": false,
185
+ "autoincrement": false
186
+ },
187
+ "title": {
188
+ "name": "title",
189
+ "type": "text",
190
+ "primaryKey": false,
191
+ "notNull": true,
192
+ "autoincrement": false
193
+ },
194
+ "status": {
195
+ "name": "status",
196
+ "type": "text",
197
+ "primaryKey": false,
198
+ "notNull": true,
199
+ "autoincrement": false,
200
+ "default": "'active'"
201
+ },
202
+ "started_at": {
203
+ "name": "started_at",
204
+ "type": "integer",
205
+ "primaryKey": false,
206
+ "notNull": false,
207
+ "autoincrement": false
208
+ },
209
+ "created_at": {
210
+ "name": "created_at",
211
+ "type": "integer",
212
+ "primaryKey": false,
213
+ "notNull": true,
214
+ "autoincrement": false
215
+ },
216
+ "updated_at": {
217
+ "name": "updated_at",
218
+ "type": "integer",
219
+ "primaryKey": false,
220
+ "notNull": true,
221
+ "autoincrement": false
222
+ }
223
+ },
224
+ "indexes": {},
225
+ "foreignKeys": {},
226
+ "compositePrimaryKeys": {},
227
+ "uniqueConstraints": {},
228
+ "checkConstraints": {}
229
+ },
230
+ "message_parts": {
231
+ "name": "message_parts",
232
+ "columns": {
233
+ "id": {
234
+ "name": "id",
235
+ "type": "text",
236
+ "primaryKey": true,
237
+ "notNull": true,
238
+ "autoincrement": false
239
+ },
240
+ "message_id": {
241
+ "name": "message_id",
242
+ "type": "text",
243
+ "primaryKey": false,
244
+ "notNull": true,
245
+ "autoincrement": false
246
+ },
247
+ "index": {
248
+ "name": "index",
249
+ "type": "integer",
250
+ "primaryKey": false,
251
+ "notNull": true,
252
+ "autoincrement": false
253
+ },
254
+ "step_index": {
255
+ "name": "step_index",
256
+ "type": "integer",
257
+ "primaryKey": false,
258
+ "notNull": false,
259
+ "autoincrement": false
260
+ },
261
+ "type": {
262
+ "name": "type",
263
+ "type": "text",
264
+ "primaryKey": false,
265
+ "notNull": true,
266
+ "autoincrement": false
267
+ },
268
+ "content": {
269
+ "name": "content",
270
+ "type": "text",
271
+ "primaryKey": false,
272
+ "notNull": true,
273
+ "autoincrement": false
274
+ },
275
+ "agent": {
276
+ "name": "agent",
277
+ "type": "text",
278
+ "primaryKey": false,
279
+ "notNull": true,
280
+ "autoincrement": false
281
+ },
282
+ "provider": {
283
+ "name": "provider",
284
+ "type": "text",
285
+ "primaryKey": false,
286
+ "notNull": true,
287
+ "autoincrement": false
288
+ },
289
+ "model": {
290
+ "name": "model",
291
+ "type": "text",
292
+ "primaryKey": false,
293
+ "notNull": true,
294
+ "autoincrement": false
295
+ },
296
+ "started_at": {
297
+ "name": "started_at",
298
+ "type": "integer",
299
+ "primaryKey": false,
300
+ "notNull": false,
301
+ "autoincrement": false
302
+ },
303
+ "completed_at": {
304
+ "name": "completed_at",
305
+ "type": "integer",
306
+ "primaryKey": false,
307
+ "notNull": false,
308
+ "autoincrement": false
309
+ },
310
+ "compacted_at": {
311
+ "name": "compacted_at",
312
+ "type": "integer",
313
+ "primaryKey": false,
314
+ "notNull": false,
315
+ "autoincrement": false
316
+ },
317
+ "tool_name": {
318
+ "name": "tool_name",
319
+ "type": "text",
320
+ "primaryKey": false,
321
+ "notNull": false,
322
+ "autoincrement": false
323
+ },
324
+ "tool_call_id": {
325
+ "name": "tool_call_id",
326
+ "type": "text",
327
+ "primaryKey": false,
328
+ "notNull": false,
329
+ "autoincrement": false
330
+ },
331
+ "tool_duration_ms": {
332
+ "name": "tool_duration_ms",
333
+ "type": "integer",
334
+ "primaryKey": false,
335
+ "notNull": false,
336
+ "autoincrement": false
337
+ }
338
+ },
339
+ "indexes": {},
340
+ "foreignKeys": {
341
+ "message_parts_message_id_messages_id_fk": {
342
+ "name": "message_parts_message_id_messages_id_fk",
343
+ "tableFrom": "message_parts",
344
+ "tableTo": "messages",
345
+ "columnsFrom": ["message_id"],
346
+ "columnsTo": ["id"],
347
+ "onDelete": "cascade",
348
+ "onUpdate": "no action"
349
+ }
350
+ },
351
+ "compositePrimaryKeys": {},
352
+ "uniqueConstraints": {},
353
+ "checkConstraints": {}
354
+ },
355
+ "messages": {
356
+ "name": "messages",
357
+ "columns": {
358
+ "id": {
359
+ "name": "id",
360
+ "type": "text",
361
+ "primaryKey": true,
362
+ "notNull": true,
363
+ "autoincrement": false
364
+ },
365
+ "session_id": {
366
+ "name": "session_id",
367
+ "type": "text",
368
+ "primaryKey": false,
369
+ "notNull": true,
370
+ "autoincrement": false
371
+ },
372
+ "role": {
373
+ "name": "role",
374
+ "type": "text",
375
+ "primaryKey": false,
376
+ "notNull": true,
377
+ "autoincrement": false
378
+ },
379
+ "status": {
380
+ "name": "status",
381
+ "type": "text",
382
+ "primaryKey": false,
383
+ "notNull": true,
384
+ "autoincrement": false
385
+ },
386
+ "agent": {
387
+ "name": "agent",
388
+ "type": "text",
389
+ "primaryKey": false,
390
+ "notNull": true,
391
+ "autoincrement": false
392
+ },
393
+ "provider": {
394
+ "name": "provider",
395
+ "type": "text",
396
+ "primaryKey": false,
397
+ "notNull": true,
398
+ "autoincrement": false
399
+ },
400
+ "model": {
401
+ "name": "model",
402
+ "type": "text",
403
+ "primaryKey": false,
404
+ "notNull": true,
405
+ "autoincrement": false
406
+ },
407
+ "created_at": {
408
+ "name": "created_at",
409
+ "type": "integer",
410
+ "primaryKey": false,
411
+ "notNull": true,
412
+ "autoincrement": false
413
+ },
414
+ "completed_at": {
415
+ "name": "completed_at",
416
+ "type": "integer",
417
+ "primaryKey": false,
418
+ "notNull": false,
419
+ "autoincrement": false
420
+ },
421
+ "latency_ms": {
422
+ "name": "latency_ms",
423
+ "type": "integer",
424
+ "primaryKey": false,
425
+ "notNull": false,
426
+ "autoincrement": false
427
+ },
428
+ "prompt_tokens": {
429
+ "name": "prompt_tokens",
430
+ "type": "integer",
431
+ "primaryKey": false,
432
+ "notNull": false,
433
+ "autoincrement": false
434
+ },
435
+ "completion_tokens": {
436
+ "name": "completion_tokens",
437
+ "type": "integer",
438
+ "primaryKey": false,
439
+ "notNull": false,
440
+ "autoincrement": false
441
+ },
442
+ "total_tokens": {
443
+ "name": "total_tokens",
444
+ "type": "integer",
445
+ "primaryKey": false,
446
+ "notNull": false,
447
+ "autoincrement": false
448
+ },
449
+ "cached_input_tokens": {
450
+ "name": "cached_input_tokens",
451
+ "type": "integer",
452
+ "primaryKey": false,
453
+ "notNull": false,
454
+ "autoincrement": false
455
+ },
456
+ "cache_creation_input_tokens": {
457
+ "name": "cache_creation_input_tokens",
458
+ "type": "integer",
459
+ "primaryKey": false,
460
+ "notNull": false,
461
+ "autoincrement": false
462
+ },
463
+ "reasoning_tokens": {
464
+ "name": "reasoning_tokens",
465
+ "type": "integer",
466
+ "primaryKey": false,
467
+ "notNull": false,
468
+ "autoincrement": false
469
+ },
470
+ "finish_reason": {
471
+ "name": "finish_reason",
472
+ "type": "text",
473
+ "primaryKey": false,
474
+ "notNull": false,
475
+ "autoincrement": false
476
+ },
477
+ "raw_finish_reason": {
478
+ "name": "raw_finish_reason",
479
+ "type": "text",
480
+ "primaryKey": false,
481
+ "notNull": false,
482
+ "autoincrement": false
483
+ },
484
+ "finish_details": {
485
+ "name": "finish_details",
486
+ "type": "text",
487
+ "primaryKey": false,
488
+ "notNull": false,
489
+ "autoincrement": false
490
+ },
491
+ "error": {
492
+ "name": "error",
493
+ "type": "text",
494
+ "primaryKey": false,
495
+ "notNull": false,
496
+ "autoincrement": false
497
+ },
498
+ "error_type": {
499
+ "name": "error_type",
500
+ "type": "text",
501
+ "primaryKey": false,
502
+ "notNull": false,
503
+ "autoincrement": false
504
+ },
505
+ "error_details": {
506
+ "name": "error_details",
507
+ "type": "text",
508
+ "primaryKey": false,
509
+ "notNull": false,
510
+ "autoincrement": false
511
+ },
512
+ "is_aborted": {
513
+ "name": "is_aborted",
514
+ "type": "integer",
515
+ "primaryKey": false,
516
+ "notNull": false,
517
+ "autoincrement": false
518
+ }
519
+ },
520
+ "indexes": {},
521
+ "foreignKeys": {
522
+ "messages_session_id_sessions_id_fk": {
523
+ "name": "messages_session_id_sessions_id_fk",
524
+ "tableFrom": "messages",
525
+ "tableTo": "sessions",
526
+ "columnsFrom": ["session_id"],
527
+ "columnsTo": ["id"],
528
+ "onDelete": "cascade",
529
+ "onUpdate": "no action"
530
+ }
531
+ },
532
+ "compositePrimaryKeys": {},
533
+ "uniqueConstraints": {},
534
+ "checkConstraints": {}
535
+ },
536
+ "sessions": {
537
+ "name": "sessions",
538
+ "columns": {
539
+ "id": {
540
+ "name": "id",
541
+ "type": "text",
542
+ "primaryKey": true,
543
+ "notNull": true,
544
+ "autoincrement": false
545
+ },
546
+ "title": {
547
+ "name": "title",
548
+ "type": "text",
549
+ "primaryKey": false,
550
+ "notNull": false,
551
+ "autoincrement": false
552
+ },
553
+ "agent": {
554
+ "name": "agent",
555
+ "type": "text",
556
+ "primaryKey": false,
557
+ "notNull": true,
558
+ "autoincrement": false
559
+ },
560
+ "provider": {
561
+ "name": "provider",
562
+ "type": "text",
563
+ "primaryKey": false,
564
+ "notNull": true,
565
+ "autoincrement": false
566
+ },
567
+ "model": {
568
+ "name": "model",
569
+ "type": "text",
570
+ "primaryKey": false,
571
+ "notNull": true,
572
+ "autoincrement": false
573
+ },
574
+ "project_path": {
575
+ "name": "project_path",
576
+ "type": "text",
577
+ "primaryKey": false,
578
+ "notNull": true,
579
+ "autoincrement": false
580
+ },
581
+ "created_at": {
582
+ "name": "created_at",
583
+ "type": "integer",
584
+ "primaryKey": false,
585
+ "notNull": true,
586
+ "autoincrement": false
587
+ },
588
+ "last_active_at": {
589
+ "name": "last_active_at",
590
+ "type": "integer",
591
+ "primaryKey": false,
592
+ "notNull": false,
593
+ "autoincrement": false
594
+ },
595
+ "last_viewed_at": {
596
+ "name": "last_viewed_at",
597
+ "type": "integer",
598
+ "primaryKey": false,
599
+ "notNull": false,
600
+ "autoincrement": false
601
+ },
602
+ "pinned_at": {
603
+ "name": "pinned_at",
604
+ "type": "integer",
605
+ "primaryKey": false,
606
+ "notNull": false,
607
+ "autoincrement": false
608
+ },
609
+ "total_input_tokens": {
610
+ "name": "total_input_tokens",
611
+ "type": "integer",
612
+ "primaryKey": false,
613
+ "notNull": false,
614
+ "autoincrement": false
615
+ },
616
+ "total_output_tokens": {
617
+ "name": "total_output_tokens",
618
+ "type": "integer",
619
+ "primaryKey": false,
620
+ "notNull": false,
621
+ "autoincrement": false
622
+ },
623
+ "total_cached_tokens": {
624
+ "name": "total_cached_tokens",
625
+ "type": "integer",
626
+ "primaryKey": false,
627
+ "notNull": false,
628
+ "autoincrement": false
629
+ },
630
+ "total_cache_creation_tokens": {
631
+ "name": "total_cache_creation_tokens",
632
+ "type": "integer",
633
+ "primaryKey": false,
634
+ "notNull": false,
635
+ "autoincrement": false
636
+ },
637
+ "total_reasoning_tokens": {
638
+ "name": "total_reasoning_tokens",
639
+ "type": "integer",
640
+ "primaryKey": false,
641
+ "notNull": false,
642
+ "autoincrement": false
643
+ },
644
+ "total_tool_time_ms": {
645
+ "name": "total_tool_time_ms",
646
+ "type": "integer",
647
+ "primaryKey": false,
648
+ "notNull": false,
649
+ "autoincrement": false
650
+ },
651
+ "tool_counts_json": {
652
+ "name": "tool_counts_json",
653
+ "type": "text",
654
+ "primaryKey": false,
655
+ "notNull": false,
656
+ "autoincrement": false
657
+ },
658
+ "current_context_tokens": {
659
+ "name": "current_context_tokens",
660
+ "type": "integer",
661
+ "primaryKey": false,
662
+ "notNull": false,
663
+ "autoincrement": false
664
+ },
665
+ "context_summary": {
666
+ "name": "context_summary",
667
+ "type": "text",
668
+ "primaryKey": false,
669
+ "notNull": false,
670
+ "autoincrement": false
671
+ },
672
+ "last_compacted_at": {
673
+ "name": "last_compacted_at",
674
+ "type": "integer",
675
+ "primaryKey": false,
676
+ "notNull": false,
677
+ "autoincrement": false
678
+ },
679
+ "parent_session_id": {
680
+ "name": "parent_session_id",
681
+ "type": "text",
682
+ "primaryKey": false,
683
+ "notNull": false,
684
+ "autoincrement": false
685
+ },
686
+ "branch_point_message_id": {
687
+ "name": "branch_point_message_id",
688
+ "type": "text",
689
+ "primaryKey": false,
690
+ "notNull": false,
691
+ "autoincrement": false
692
+ },
693
+ "session_type": {
694
+ "name": "session_type",
695
+ "type": "text",
696
+ "primaryKey": false,
697
+ "notNull": false,
698
+ "autoincrement": false,
699
+ "default": "'main'"
700
+ }
701
+ },
702
+ "indexes": {},
703
+ "foreignKeys": {},
704
+ "compositePrimaryKeys": {},
705
+ "uniqueConstraints": {},
706
+ "checkConstraints": {}
707
+ },
708
+ "shares": {
709
+ "name": "shares",
710
+ "columns": {
711
+ "session_id": {
712
+ "name": "session_id",
713
+ "type": "text",
714
+ "primaryKey": true,
715
+ "notNull": true,
716
+ "autoincrement": false
717
+ },
718
+ "share_id": {
719
+ "name": "share_id",
720
+ "type": "text",
721
+ "primaryKey": false,
722
+ "notNull": true,
723
+ "autoincrement": false
724
+ },
725
+ "secret": {
726
+ "name": "secret",
727
+ "type": "text",
728
+ "primaryKey": false,
729
+ "notNull": true,
730
+ "autoincrement": false
731
+ },
732
+ "url": {
733
+ "name": "url",
734
+ "type": "text",
735
+ "primaryKey": false,
736
+ "notNull": true,
737
+ "autoincrement": false
738
+ },
739
+ "title": {
740
+ "name": "title",
741
+ "type": "text",
742
+ "primaryKey": false,
743
+ "notNull": false,
744
+ "autoincrement": false
745
+ },
746
+ "description": {
747
+ "name": "description",
748
+ "type": "text",
749
+ "primaryKey": false,
750
+ "notNull": false,
751
+ "autoincrement": false
752
+ },
753
+ "created_at": {
754
+ "name": "created_at",
755
+ "type": "integer",
756
+ "primaryKey": false,
757
+ "notNull": true,
758
+ "autoincrement": false
759
+ },
760
+ "last_synced_at": {
761
+ "name": "last_synced_at",
762
+ "type": "integer",
763
+ "primaryKey": false,
764
+ "notNull": true,
765
+ "autoincrement": false
766
+ },
767
+ "last_synced_message_id": {
768
+ "name": "last_synced_message_id",
769
+ "type": "text",
770
+ "primaryKey": false,
771
+ "notNull": true,
772
+ "autoincrement": false
773
+ }
774
+ },
775
+ "indexes": {
776
+ "shares_share_id_unique": {
777
+ "name": "shares_share_id_unique",
778
+ "columns": ["share_id"],
779
+ "isUnique": true
780
+ }
781
+ },
782
+ "foreignKeys": {},
783
+ "compositePrimaryKeys": {},
784
+ "uniqueConstraints": {},
785
+ "checkConstraints": {}
786
+ },
787
+ "subagents": {
788
+ "name": "subagents",
789
+ "columns": {
790
+ "id": {
791
+ "name": "id",
792
+ "type": "text",
793
+ "primaryKey": true,
794
+ "notNull": true,
795
+ "autoincrement": false
796
+ },
797
+ "parent_session_id": {
798
+ "name": "parent_session_id",
799
+ "type": "text",
800
+ "primaryKey": false,
801
+ "notNull": true,
802
+ "autoincrement": false
803
+ },
804
+ "child_session_id": {
805
+ "name": "child_session_id",
806
+ "type": "text",
807
+ "primaryKey": false,
808
+ "notNull": true,
809
+ "autoincrement": false
810
+ },
811
+ "agent": {
812
+ "name": "agent",
813
+ "type": "text",
814
+ "primaryKey": false,
815
+ "notNull": true,
816
+ "autoincrement": false
817
+ },
818
+ "task": {
819
+ "name": "task",
820
+ "type": "text",
821
+ "primaryKey": false,
822
+ "notNull": true,
823
+ "autoincrement": false
824
+ },
825
+ "status": {
826
+ "name": "status",
827
+ "type": "text",
828
+ "primaryKey": false,
829
+ "notNull": true,
830
+ "autoincrement": false,
831
+ "default": "'running'"
832
+ },
833
+ "summary": {
834
+ "name": "summary",
835
+ "type": "text",
836
+ "primaryKey": false,
837
+ "notNull": false,
838
+ "autoincrement": false
839
+ },
840
+ "reported": {
841
+ "name": "reported",
842
+ "type": "integer",
843
+ "primaryKey": false,
844
+ "notNull": true,
845
+ "autoincrement": false,
846
+ "default": false
847
+ },
848
+ "created_at": {
849
+ "name": "created_at",
850
+ "type": "integer",
851
+ "primaryKey": false,
852
+ "notNull": true,
853
+ "autoincrement": false
854
+ },
855
+ "updated_at": {
856
+ "name": "updated_at",
857
+ "type": "integer",
858
+ "primaryKey": false,
859
+ "notNull": true,
860
+ "autoincrement": false
861
+ }
862
+ },
863
+ "indexes": {},
864
+ "foreignKeys": {},
865
+ "compositePrimaryKeys": {},
866
+ "uniqueConstraints": {},
867
+ "checkConstraints": {}
868
+ }
869
+ },
870
+ "views": {},
871
+ "enums": {},
872
+ "_meta": {
873
+ "schemas": {},
874
+ "tables": {},
875
+ "columns": {}
876
+ },
877
+ "internal": {
878
+ "indexes": {}
879
+ }
880
+ }