@companyhelm/runner 0.0.12
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.
- package/LICENSE +21 -0
- package/README.md +58 -0
- package/RUNTIME_IMAGE_VERSION +1 -0
- package/drizzle/0000_nice_stepford_cuckoos.sql +25 -0
- package/drizzle/0001_third_vermin.sql +22 -0
- package/drizzle/0002_kind_sue_storm.sql +1 -0
- package/drizzle/0003_dizzy_micromax.sql +35 -0
- package/drizzle/0004_sloppy_alex_wilder.sql +23 -0
- package/drizzle/0005_open_toro.sql +23 -0
- package/drizzle/0006_fixed_jack_flag.sql +23 -0
- package/drizzle/0007_mute_lord_tyger.sql +1 -0
- package/drizzle/0008_melted_flatman.sql +8 -0
- package/drizzle/0009_powerful_hellcat.sql +1 -0
- package/drizzle/0010_wealthy_dorian_gray.sql +24 -0
- package/drizzle/0011_actual_lucky.sql +7 -0
- package/drizzle/meta/0000_snapshot.json +174 -0
- package/drizzle/meta/0001_snapshot.json +212 -0
- package/drizzle/meta/0002_snapshot.json +219 -0
- package/drizzle/meta/0003_snapshot.json +240 -0
- package/drizzle/meta/0004_snapshot.json +240 -0
- package/drizzle/meta/0005_snapshot.json +240 -0
- package/drizzle/meta/0006_snapshot.json +240 -0
- package/drizzle/meta/0007_snapshot.json +247 -0
- package/drizzle/meta/0008_snapshot.json +306 -0
- package/drizzle/meta/0009_snapshot.json +313 -0
- package/drizzle/meta/0010_snapshot.json +261 -0
- package/drizzle/meta/_journal.json +90 -0
- package/package.json +53 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "6",
|
|
3
|
+
"dialect": "sqlite",
|
|
4
|
+
"id": "3a1f6d26-9d2e-47cd-84c9-f23ed0eb8a3b",
|
|
5
|
+
"prevId": "7cf5f24f-d876-4b99-bd37-536b8f93cb37",
|
|
6
|
+
"tables": {
|
|
7
|
+
"agent_sdks": {
|
|
8
|
+
"name": "agent_sdks",
|
|
9
|
+
"columns": {
|
|
10
|
+
"name": {
|
|
11
|
+
"name": "name",
|
|
12
|
+
"type": "text",
|
|
13
|
+
"primaryKey": true,
|
|
14
|
+
"notNull": true,
|
|
15
|
+
"autoincrement": false
|
|
16
|
+
},
|
|
17
|
+
"authentication": {
|
|
18
|
+
"name": "authentication",
|
|
19
|
+
"type": "text",
|
|
20
|
+
"primaryKey": false,
|
|
21
|
+
"notNull": true,
|
|
22
|
+
"autoincrement": false
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"indexes": {},
|
|
26
|
+
"foreignKeys": {},
|
|
27
|
+
"compositePrimaryKeys": {},
|
|
28
|
+
"uniqueConstraints": {},
|
|
29
|
+
"checkConstraints": {}
|
|
30
|
+
},
|
|
31
|
+
"agents": {
|
|
32
|
+
"name": "agents",
|
|
33
|
+
"columns": {
|
|
34
|
+
"id": {
|
|
35
|
+
"name": "id",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"primaryKey": true,
|
|
38
|
+
"notNull": true,
|
|
39
|
+
"autoincrement": false
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"name": "name",
|
|
43
|
+
"type": "text",
|
|
44
|
+
"primaryKey": false,
|
|
45
|
+
"notNull": true,
|
|
46
|
+
"autoincrement": false
|
|
47
|
+
},
|
|
48
|
+
"sdk": {
|
|
49
|
+
"name": "sdk",
|
|
50
|
+
"type": "text",
|
|
51
|
+
"primaryKey": false,
|
|
52
|
+
"notNull": true,
|
|
53
|
+
"autoincrement": false
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"indexes": {},
|
|
57
|
+
"foreignKeys": {},
|
|
58
|
+
"compositePrimaryKeys": {},
|
|
59
|
+
"uniqueConstraints": {},
|
|
60
|
+
"checkConstraints": {}
|
|
61
|
+
},
|
|
62
|
+
"llm_models": {
|
|
63
|
+
"name": "llm_models",
|
|
64
|
+
"columns": {
|
|
65
|
+
"name": {
|
|
66
|
+
"name": "name",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"primaryKey": true,
|
|
69
|
+
"notNull": true,
|
|
70
|
+
"autoincrement": false
|
|
71
|
+
},
|
|
72
|
+
"sdk_name": {
|
|
73
|
+
"name": "sdk_name",
|
|
74
|
+
"type": "text",
|
|
75
|
+
"primaryKey": false,
|
|
76
|
+
"notNull": true,
|
|
77
|
+
"autoincrement": false
|
|
78
|
+
},
|
|
79
|
+
"reasoning_levels": {
|
|
80
|
+
"name": "reasoning_levels",
|
|
81
|
+
"type": "text",
|
|
82
|
+
"primaryKey": false,
|
|
83
|
+
"notNull": false,
|
|
84
|
+
"autoincrement": false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexes": {},
|
|
88
|
+
"foreignKeys": {
|
|
89
|
+
"llm_models_sdk_name_agent_sdks_name_fk": {
|
|
90
|
+
"name": "llm_models_sdk_name_agent_sdks_name_fk",
|
|
91
|
+
"tableFrom": "llm_models",
|
|
92
|
+
"tableTo": "agent_sdks",
|
|
93
|
+
"columnsFrom": [
|
|
94
|
+
"sdk_name"
|
|
95
|
+
],
|
|
96
|
+
"columnsTo": [
|
|
97
|
+
"name"
|
|
98
|
+
],
|
|
99
|
+
"onDelete": "cascade",
|
|
100
|
+
"onUpdate": "no action"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"compositePrimaryKeys": {},
|
|
104
|
+
"uniqueConstraints": {},
|
|
105
|
+
"checkConstraints": {}
|
|
106
|
+
},
|
|
107
|
+
"threads": {
|
|
108
|
+
"name": "threads",
|
|
109
|
+
"columns": {
|
|
110
|
+
"id": {
|
|
111
|
+
"name": "id",
|
|
112
|
+
"type": "text",
|
|
113
|
+
"primaryKey": true,
|
|
114
|
+
"notNull": true,
|
|
115
|
+
"autoincrement": false
|
|
116
|
+
},
|
|
117
|
+
"agent_id": {
|
|
118
|
+
"name": "agent_id",
|
|
119
|
+
"type": "text",
|
|
120
|
+
"primaryKey": false,
|
|
121
|
+
"notNull": true,
|
|
122
|
+
"autoincrement": false
|
|
123
|
+
},
|
|
124
|
+
"sdk_thread_id": {
|
|
125
|
+
"name": "sdk_thread_id",
|
|
126
|
+
"type": "text",
|
|
127
|
+
"primaryKey": false,
|
|
128
|
+
"notNull": false,
|
|
129
|
+
"autoincrement": false
|
|
130
|
+
},
|
|
131
|
+
"model": {
|
|
132
|
+
"name": "model",
|
|
133
|
+
"type": "text",
|
|
134
|
+
"primaryKey": false,
|
|
135
|
+
"notNull": true,
|
|
136
|
+
"autoincrement": false
|
|
137
|
+
},
|
|
138
|
+
"reasoning_level": {
|
|
139
|
+
"name": "reasoning_level",
|
|
140
|
+
"type": "text",
|
|
141
|
+
"primaryKey": false,
|
|
142
|
+
"notNull": true,
|
|
143
|
+
"autoincrement": false
|
|
144
|
+
},
|
|
145
|
+
"additional_model_instructions": {
|
|
146
|
+
"name": "additional_model_instructions",
|
|
147
|
+
"type": "text",
|
|
148
|
+
"primaryKey": false,
|
|
149
|
+
"notNull": false,
|
|
150
|
+
"autoincrement": false
|
|
151
|
+
},
|
|
152
|
+
"status": {
|
|
153
|
+
"name": "status",
|
|
154
|
+
"type": "text",
|
|
155
|
+
"primaryKey": false,
|
|
156
|
+
"notNull": true,
|
|
157
|
+
"autoincrement": false
|
|
158
|
+
},
|
|
159
|
+
"current_sdk_turn_id": {
|
|
160
|
+
"name": "current_sdk_turn_id",
|
|
161
|
+
"type": "text",
|
|
162
|
+
"primaryKey": false,
|
|
163
|
+
"notNull": false,
|
|
164
|
+
"autoincrement": false
|
|
165
|
+
},
|
|
166
|
+
"is_current_turn_running": {
|
|
167
|
+
"name": "is_current_turn_running",
|
|
168
|
+
"type": "integer",
|
|
169
|
+
"primaryKey": false,
|
|
170
|
+
"notNull": true,
|
|
171
|
+
"autoincrement": false
|
|
172
|
+
},
|
|
173
|
+
"workspace": {
|
|
174
|
+
"name": "workspace",
|
|
175
|
+
"type": "text",
|
|
176
|
+
"primaryKey": false,
|
|
177
|
+
"notNull": true,
|
|
178
|
+
"autoincrement": false
|
|
179
|
+
},
|
|
180
|
+
"runtime_container": {
|
|
181
|
+
"name": "runtime_container",
|
|
182
|
+
"type": "text",
|
|
183
|
+
"primaryKey": false,
|
|
184
|
+
"notNull": true,
|
|
185
|
+
"autoincrement": false
|
|
186
|
+
},
|
|
187
|
+
"dind_container": {
|
|
188
|
+
"name": "dind_container",
|
|
189
|
+
"type": "text",
|
|
190
|
+
"primaryKey": false,
|
|
191
|
+
"notNull": false,
|
|
192
|
+
"autoincrement": false
|
|
193
|
+
},
|
|
194
|
+
"home_directory": {
|
|
195
|
+
"name": "home_directory",
|
|
196
|
+
"type": "text",
|
|
197
|
+
"primaryKey": false,
|
|
198
|
+
"notNull": true,
|
|
199
|
+
"autoincrement": false
|
|
200
|
+
},
|
|
201
|
+
"uid": {
|
|
202
|
+
"name": "uid",
|
|
203
|
+
"type": "integer",
|
|
204
|
+
"primaryKey": false,
|
|
205
|
+
"notNull": true,
|
|
206
|
+
"autoincrement": false
|
|
207
|
+
},
|
|
208
|
+
"gid": {
|
|
209
|
+
"name": "gid",
|
|
210
|
+
"type": "integer",
|
|
211
|
+
"primaryKey": false,
|
|
212
|
+
"notNull": true,
|
|
213
|
+
"autoincrement": false
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"indexes": {},
|
|
217
|
+
"foreignKeys": {
|
|
218
|
+
"threads_agent_id_agents_id_fk": {
|
|
219
|
+
"name": "threads_agent_id_agents_id_fk",
|
|
220
|
+
"tableFrom": "threads",
|
|
221
|
+
"tableTo": "agents",
|
|
222
|
+
"columnsFrom": [
|
|
223
|
+
"agent_id"
|
|
224
|
+
],
|
|
225
|
+
"columnsTo": [
|
|
226
|
+
"id"
|
|
227
|
+
],
|
|
228
|
+
"onDelete": "no action",
|
|
229
|
+
"onUpdate": "no action"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"compositePrimaryKeys": {},
|
|
233
|
+
"uniqueConstraints": {},
|
|
234
|
+
"checkConstraints": {}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"views": {},
|
|
238
|
+
"enums": {},
|
|
239
|
+
"_meta": {
|
|
240
|
+
"schemas": {},
|
|
241
|
+
"tables": {},
|
|
242
|
+
"columns": {}
|
|
243
|
+
},
|
|
244
|
+
"internal": {
|
|
245
|
+
"indexes": {}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "6",
|
|
3
|
+
"dialect": "sqlite",
|
|
4
|
+
"id": "65005fb8-d027-49aa-94f3-b9c7c944c8be",
|
|
5
|
+
"prevId": "3a1f6d26-9d2e-47cd-84c9-f23ed0eb8a3b",
|
|
6
|
+
"tables": {
|
|
7
|
+
"agent_sdks": {
|
|
8
|
+
"name": "agent_sdks",
|
|
9
|
+
"columns": {
|
|
10
|
+
"name": {
|
|
11
|
+
"name": "name",
|
|
12
|
+
"type": "text",
|
|
13
|
+
"primaryKey": true,
|
|
14
|
+
"notNull": true,
|
|
15
|
+
"autoincrement": false
|
|
16
|
+
},
|
|
17
|
+
"authentication": {
|
|
18
|
+
"name": "authentication",
|
|
19
|
+
"type": "text",
|
|
20
|
+
"primaryKey": false,
|
|
21
|
+
"notNull": true,
|
|
22
|
+
"autoincrement": false
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"indexes": {},
|
|
26
|
+
"foreignKeys": {},
|
|
27
|
+
"compositePrimaryKeys": {},
|
|
28
|
+
"uniqueConstraints": {},
|
|
29
|
+
"checkConstraints": {}
|
|
30
|
+
},
|
|
31
|
+
"agents": {
|
|
32
|
+
"name": "agents",
|
|
33
|
+
"columns": {
|
|
34
|
+
"id": {
|
|
35
|
+
"name": "id",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"primaryKey": true,
|
|
38
|
+
"notNull": true,
|
|
39
|
+
"autoincrement": false
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"name": "name",
|
|
43
|
+
"type": "text",
|
|
44
|
+
"primaryKey": false,
|
|
45
|
+
"notNull": true,
|
|
46
|
+
"autoincrement": false
|
|
47
|
+
},
|
|
48
|
+
"sdk": {
|
|
49
|
+
"name": "sdk",
|
|
50
|
+
"type": "text",
|
|
51
|
+
"primaryKey": false,
|
|
52
|
+
"notNull": true,
|
|
53
|
+
"autoincrement": false
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"indexes": {},
|
|
57
|
+
"foreignKeys": {},
|
|
58
|
+
"compositePrimaryKeys": {},
|
|
59
|
+
"uniqueConstraints": {},
|
|
60
|
+
"checkConstraints": {}
|
|
61
|
+
},
|
|
62
|
+
"llm_models": {
|
|
63
|
+
"name": "llm_models",
|
|
64
|
+
"columns": {
|
|
65
|
+
"name": {
|
|
66
|
+
"name": "name",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"primaryKey": true,
|
|
69
|
+
"notNull": true,
|
|
70
|
+
"autoincrement": false
|
|
71
|
+
},
|
|
72
|
+
"sdk_name": {
|
|
73
|
+
"name": "sdk_name",
|
|
74
|
+
"type": "text",
|
|
75
|
+
"primaryKey": false,
|
|
76
|
+
"notNull": true,
|
|
77
|
+
"autoincrement": false
|
|
78
|
+
},
|
|
79
|
+
"reasoning_levels": {
|
|
80
|
+
"name": "reasoning_levels",
|
|
81
|
+
"type": "text",
|
|
82
|
+
"primaryKey": false,
|
|
83
|
+
"notNull": false,
|
|
84
|
+
"autoincrement": false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexes": {},
|
|
88
|
+
"foreignKeys": {
|
|
89
|
+
"llm_models_sdk_name_agent_sdks_name_fk": {
|
|
90
|
+
"name": "llm_models_sdk_name_agent_sdks_name_fk",
|
|
91
|
+
"tableFrom": "llm_models",
|
|
92
|
+
"tableTo": "agent_sdks",
|
|
93
|
+
"columnsFrom": [
|
|
94
|
+
"sdk_name"
|
|
95
|
+
],
|
|
96
|
+
"columnsTo": [
|
|
97
|
+
"name"
|
|
98
|
+
],
|
|
99
|
+
"onDelete": "cascade",
|
|
100
|
+
"onUpdate": "no action"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"compositePrimaryKeys": {},
|
|
104
|
+
"uniqueConstraints": {},
|
|
105
|
+
"checkConstraints": {}
|
|
106
|
+
},
|
|
107
|
+
"thread_user_message_request_store": {
|
|
108
|
+
"name": "thread_user_message_request_store",
|
|
109
|
+
"columns": {
|
|
110
|
+
"id": {
|
|
111
|
+
"name": "id",
|
|
112
|
+
"type": "integer",
|
|
113
|
+
"primaryKey": true,
|
|
114
|
+
"notNull": true,
|
|
115
|
+
"autoincrement": true
|
|
116
|
+
},
|
|
117
|
+
"thread_id": {
|
|
118
|
+
"name": "thread_id",
|
|
119
|
+
"type": "text",
|
|
120
|
+
"primaryKey": false,
|
|
121
|
+
"notNull": true,
|
|
122
|
+
"autoincrement": false
|
|
123
|
+
},
|
|
124
|
+
"sdk_turn_id": {
|
|
125
|
+
"name": "sdk_turn_id",
|
|
126
|
+
"type": "text",
|
|
127
|
+
"primaryKey": false,
|
|
128
|
+
"notNull": true,
|
|
129
|
+
"autoincrement": false
|
|
130
|
+
},
|
|
131
|
+
"request_id": {
|
|
132
|
+
"name": "request_id",
|
|
133
|
+
"type": "text",
|
|
134
|
+
"primaryKey": false,
|
|
135
|
+
"notNull": true,
|
|
136
|
+
"autoincrement": false
|
|
137
|
+
},
|
|
138
|
+
"sdk_item_id": {
|
|
139
|
+
"name": "sdk_item_id",
|
|
140
|
+
"type": "text",
|
|
141
|
+
"primaryKey": false,
|
|
142
|
+
"notNull": false,
|
|
143
|
+
"autoincrement": false
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"indexes": {},
|
|
147
|
+
"foreignKeys": {
|
|
148
|
+
"thread_user_message_request_store_thread_id_threads_id_fk": {
|
|
149
|
+
"name": "thread_user_message_request_store_thread_id_threads_id_fk",
|
|
150
|
+
"tableFrom": "thread_user_message_request_store",
|
|
151
|
+
"tableTo": "threads",
|
|
152
|
+
"columnsFrom": [
|
|
153
|
+
"thread_id"
|
|
154
|
+
],
|
|
155
|
+
"columnsTo": [
|
|
156
|
+
"id"
|
|
157
|
+
],
|
|
158
|
+
"onDelete": "cascade",
|
|
159
|
+
"onUpdate": "no action"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"compositePrimaryKeys": {},
|
|
163
|
+
"uniqueConstraints": {},
|
|
164
|
+
"checkConstraints": {}
|
|
165
|
+
},
|
|
166
|
+
"threads": {
|
|
167
|
+
"name": "threads",
|
|
168
|
+
"columns": {
|
|
169
|
+
"id": {
|
|
170
|
+
"name": "id",
|
|
171
|
+
"type": "text",
|
|
172
|
+
"primaryKey": true,
|
|
173
|
+
"notNull": true,
|
|
174
|
+
"autoincrement": false
|
|
175
|
+
},
|
|
176
|
+
"agent_id": {
|
|
177
|
+
"name": "agent_id",
|
|
178
|
+
"type": "text",
|
|
179
|
+
"primaryKey": false,
|
|
180
|
+
"notNull": true,
|
|
181
|
+
"autoincrement": false
|
|
182
|
+
},
|
|
183
|
+
"sdk_thread_id": {
|
|
184
|
+
"name": "sdk_thread_id",
|
|
185
|
+
"type": "text",
|
|
186
|
+
"primaryKey": false,
|
|
187
|
+
"notNull": false,
|
|
188
|
+
"autoincrement": false
|
|
189
|
+
},
|
|
190
|
+
"model": {
|
|
191
|
+
"name": "model",
|
|
192
|
+
"type": "text",
|
|
193
|
+
"primaryKey": false,
|
|
194
|
+
"notNull": true,
|
|
195
|
+
"autoincrement": false
|
|
196
|
+
},
|
|
197
|
+
"reasoning_level": {
|
|
198
|
+
"name": "reasoning_level",
|
|
199
|
+
"type": "text",
|
|
200
|
+
"primaryKey": false,
|
|
201
|
+
"notNull": true,
|
|
202
|
+
"autoincrement": false
|
|
203
|
+
},
|
|
204
|
+
"additional_model_instructions": {
|
|
205
|
+
"name": "additional_model_instructions",
|
|
206
|
+
"type": "text",
|
|
207
|
+
"primaryKey": false,
|
|
208
|
+
"notNull": false,
|
|
209
|
+
"autoincrement": false
|
|
210
|
+
},
|
|
211
|
+
"status": {
|
|
212
|
+
"name": "status",
|
|
213
|
+
"type": "text",
|
|
214
|
+
"primaryKey": false,
|
|
215
|
+
"notNull": true,
|
|
216
|
+
"autoincrement": false
|
|
217
|
+
},
|
|
218
|
+
"current_sdk_turn_id": {
|
|
219
|
+
"name": "current_sdk_turn_id",
|
|
220
|
+
"type": "text",
|
|
221
|
+
"primaryKey": false,
|
|
222
|
+
"notNull": false,
|
|
223
|
+
"autoincrement": false
|
|
224
|
+
},
|
|
225
|
+
"is_current_turn_running": {
|
|
226
|
+
"name": "is_current_turn_running",
|
|
227
|
+
"type": "integer",
|
|
228
|
+
"primaryKey": false,
|
|
229
|
+
"notNull": true,
|
|
230
|
+
"autoincrement": false
|
|
231
|
+
},
|
|
232
|
+
"workspace": {
|
|
233
|
+
"name": "workspace",
|
|
234
|
+
"type": "text",
|
|
235
|
+
"primaryKey": false,
|
|
236
|
+
"notNull": true,
|
|
237
|
+
"autoincrement": false
|
|
238
|
+
},
|
|
239
|
+
"runtime_container": {
|
|
240
|
+
"name": "runtime_container",
|
|
241
|
+
"type": "text",
|
|
242
|
+
"primaryKey": false,
|
|
243
|
+
"notNull": true,
|
|
244
|
+
"autoincrement": false
|
|
245
|
+
},
|
|
246
|
+
"dind_container": {
|
|
247
|
+
"name": "dind_container",
|
|
248
|
+
"type": "text",
|
|
249
|
+
"primaryKey": false,
|
|
250
|
+
"notNull": false,
|
|
251
|
+
"autoincrement": false
|
|
252
|
+
},
|
|
253
|
+
"home_directory": {
|
|
254
|
+
"name": "home_directory",
|
|
255
|
+
"type": "text",
|
|
256
|
+
"primaryKey": false,
|
|
257
|
+
"notNull": true,
|
|
258
|
+
"autoincrement": false
|
|
259
|
+
},
|
|
260
|
+
"uid": {
|
|
261
|
+
"name": "uid",
|
|
262
|
+
"type": "integer",
|
|
263
|
+
"primaryKey": false,
|
|
264
|
+
"notNull": true,
|
|
265
|
+
"autoincrement": false
|
|
266
|
+
},
|
|
267
|
+
"gid": {
|
|
268
|
+
"name": "gid",
|
|
269
|
+
"type": "integer",
|
|
270
|
+
"primaryKey": false,
|
|
271
|
+
"notNull": true,
|
|
272
|
+
"autoincrement": false
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"indexes": {},
|
|
276
|
+
"foreignKeys": {
|
|
277
|
+
"threads_agent_id_agents_id_fk": {
|
|
278
|
+
"name": "threads_agent_id_agents_id_fk",
|
|
279
|
+
"tableFrom": "threads",
|
|
280
|
+
"tableTo": "agents",
|
|
281
|
+
"columnsFrom": [
|
|
282
|
+
"agent_id"
|
|
283
|
+
],
|
|
284
|
+
"columnsTo": [
|
|
285
|
+
"id"
|
|
286
|
+
],
|
|
287
|
+
"onDelete": "no action",
|
|
288
|
+
"onUpdate": "no action"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"compositePrimaryKeys": {},
|
|
292
|
+
"uniqueConstraints": {},
|
|
293
|
+
"checkConstraints": {}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"views": {},
|
|
297
|
+
"enums": {},
|
|
298
|
+
"_meta": {
|
|
299
|
+
"schemas": {},
|
|
300
|
+
"tables": {},
|
|
301
|
+
"columns": {}
|
|
302
|
+
},
|
|
303
|
+
"internal": {
|
|
304
|
+
"indexes": {}
|
|
305
|
+
}
|
|
306
|
+
}
|