-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.sql
More file actions
294 lines (291 loc) · 70.4 KB
/
Copy pathseed.sql
File metadata and controls
294 lines (291 loc) · 70.4 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('f95db816-f055-4998-bd49-404dbb665d34', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Despesa Teste', 'EXPENSE'::public."CategoryType", '#ef4444', '💼', '2025-06-17 23:18:22.043', '2025-06-19 05:33:25.615');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('eab4d18e-f846-4e70-ad46-2066079641ca', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Despesa tTeste 1', 'EXPENSE'::public."CategoryType", '#0ea5e9', '💸', '2025-06-19 05:33:34.641', '2025-06-19 05:33:34.641');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('161312ce-4848-4782-9824-15fcb49621d5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Receita Teste', 'INCOME'::public."CategoryType", '#10b981', '💸', '2025-06-19 05:33:43.881', '2025-06-19 05:33:43.881');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('016db277-400a-485c-a8bb-eda82ea9b99b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Receita Teste 1', 'INCOME'::public."CategoryType", '#6366f1', '🎁', '2025-06-19 05:33:54.031', '2025-06-19 05:33:54.031');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('36807421-f2e6-47e5-8b6e-903d9f141623', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Salário', 'INCOME'::public."CategoryType", '#10b981', '💸', '2025-06-02 23:54:00.521', '2025-06-02 23:54:00.521');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('953325d4-f0bc-4e03-9d32-8c74ce48a23d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Freelance / Trabalho extra', 'INCOME'::public."CategoryType", '#ef4444', '💸', '2025-06-02 23:54:21.185', '2025-06-02 23:54:21.185');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Vendas', 'INCOME'::public."CategoryType", '#f97316', '💸', '2025-06-02 23:54:35.153', '2025-06-02 23:54:35.153');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('67607504-2836-4398-a1bf-4c6289f08fa3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Rendimentos de investimentos', 'INCOME'::public."CategoryType", '#8b5cf6', '💸', '2025-06-02 23:54:41.212', '2025-06-02 23:54:41.212');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('abe42130-fbf7-4126-9b51-8af79e13fc22', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Reembolsos', 'EXPENSE'::public."CategoryType", '#22c55e', '💸', '2025-06-02 23:54:47.975', '2025-06-02 23:54:47.975');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Premiações', 'INCOME'::public."CategoryType", '#06b6d4', '💸', '2025-06-02 23:54:56.309', '2025-06-02 23:54:56.309');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('f54769b2-7cdb-450f-b06d-460e66d2bb8d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Outras receitas', 'INCOME'::public."CategoryType", '#6366f1', '💸', '2025-06-02 23:55:04.934', '2025-06-02 23:55:04.934');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('1053953d-1046-419a-8bfb-54911cd77421', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Aluguel / Moradia', 'EXPENSE'::public."CategoryType", '#0ea5e9', '🏠', '2025-06-02 23:55:26.208', '2025-06-02 23:55:26.208');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('64ab7c35-ce0c-400e-8c67-948c97ada54b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Água', 'EXPENSE'::public."CategoryType", '#f97316', '🏠', '2025-06-02 23:55:34.067', '2025-06-02 23:55:34.067');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('49d5a733-918c-4a47-8816-2a55172a4bef', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Luz / Energia elétrica', 'EXPENSE'::public."CategoryType", '#0ea5e9', '🏠', '2025-06-02 23:55:43.600', '2025-06-02 23:55:43.600');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('c007d21c-7e61-4fae-a854-c4ec52c0f2a6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Internet', 'EXPENSE'::public."CategoryType", '#22c55e', '🏠', '2025-06-02 23:55:50.542', '2025-06-02 23:55:50.542');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('4627c681-e8ae-4938-a7a0-a22d34391284', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Telefone / Celular', 'EXPENSE'::public."CategoryType", '#06b6d4', '🎮', '2025-06-02 23:56:06.045', '2025-06-02 23:56:06.045');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('9af8ceaa-a577-4e83-b506-1f503076cedf', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Transporte / Combustível', 'EXPENSE'::public."CategoryType", '#6366f1', '🚗', '2025-06-02 23:56:16.448', '2025-06-02 23:56:16.448');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('94e5b419-a1b1-41ea-9cbc-54a51547c591', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Supermercado', 'EXPENSE'::public."CategoryType", '#6366f1', '🛒', '2025-06-02 23:56:25.782', '2025-06-02 23:56:25.782');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('789984bc-b4e5-433b-83ee-0535f7794d41', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Saúde / Plano de saúde / Medicamentos', 'EXPENSE'::public."CategoryType", '#eab308', '💊', '2025-06-02 23:56:37.528', '2025-06-02 23:56:37.528');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('488b8366-c508-4c81-a890-b9646acf2509', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Educação / Cursos / Escola', 'EXPENSE'::public."CategoryType", '#ef4444', '🎮', '2025-06-02 23:56:52.173', '2025-06-02 23:56:52.173');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('2ad864e1-0924-4a37-a43d-6c560a695c77', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Assinaturas (Netflix, Spotify etc.)', 'EXPENSE'::public."CategoryType", '#6366f1', '🎮', '2025-06-02 23:56:59.790', '2025-06-02 23:56:59.790');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('fa330fdd-7620-4e96-b70a-4870667cafa8', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Lazer / Diversão', 'EXPENSE'::public."CategoryType", '#f59e0b', '🎁', '2025-06-02 23:57:08.520', '2025-06-02 23:57:08.520');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('f8045813-64c6-4b86-a39e-2f1c17bb4b88', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Restaurantes / Lanches', 'EXPENSE'::public."CategoryType", '#06b6d4', '🍔', '2025-06-02 23:57:14.534', '2025-06-02 23:57:14.534');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('d1bbc35c-58db-4d8f-94f9-466dcfe10fb4', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Roupas / Calçados', 'EXPENSE'::public."CategoryType", '#f59e0b', '🛒', '2025-06-02 23:57:23.397', '2025-06-02 23:57:23.397');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('d1c34fae-5d32-4a75-908a-b50d74e7ed6a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Presentes / Doações', 'EXPENSE'::public."CategoryType", '#eab308', '🛒', '2025-06-02 23:57:28.636', '2025-06-02 23:57:28.636');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('ec2227fa-58b8-4577-a75e-8e317e67a627', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Pets', 'EXPENSE'::public."CategoryType", '#22c55e', '🛒', '2025-06-02 23:57:36.266', '2025-06-02 23:57:36.266');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('01a2f42e-89b2-4b37-b35e-b6cf3f483fa9', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Beleza / Cuidados pessoais', 'EXPENSE'::public."CategoryType", '#10b981', '🎁', '2025-06-02 23:57:45.040', '2025-06-02 23:57:45.040');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('87d6d9a4-7626-407a-9577-f0154bd94656', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Viagens / Passeios', 'EXPENSE'::public."CategoryType", '#f59e0b', '🎁', '2025-06-02 23:57:50.142', '2025-06-02 23:57:57.233');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('eff98f43-c264-4f4f-8b8b-806c6624022b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Manutenção (carro, casa etc.)', 'EXPENSE'::public."CategoryType", '#6366f1', '🚗', '2025-06-02 23:58:10.591', '2025-06-02 23:58:10.591');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('249f01de-3f33-4050-afb4-d18540ee0469', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Cartão de crédito', 'EXPENSE'::public."CategoryType", '#8b5cf6', '💼', '2025-06-02 23:58:16.684', '2025-06-02 23:58:16.684');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('8fd242a4-3b42-4b8a-a8c5-80dc8c89a742', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Empréstimos / Financiamentos', 'EXPENSE'::public."CategoryType", '#6366f1', '🛒', '2025-06-02 23:58:22.078', '2025-06-02 23:58:22.078');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('13fcd703-e947-4871-8d9f-89b4040dceb1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Investimentos / Poupança', 'EXPENSE'::public."CategoryType", '#22c55e', '💼', '2025-06-02 23:58:26.906', '2025-06-02 23:58:26.906');
INSERT INTO public.categories
(id, "userId", "name", "type", color, icon, "createdAt", "updatedAt")
VALUES('e051d47a-cc78-402a-b71b-107c719a0fb9', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'Roupas', 'EXPENSE'::public."CategoryType", '#ef4444', '🚗', '2025-06-20 05:41:24.033', '2025-06-20 05:41:24.033');
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0f91a2af-cc6c-453f-8fc6-d4faff292673', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-01-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7ed48455-151f-4a95-9fe3-a7843c8d5934', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste', 'f95db816-f055-4998-bd49-404dbb665d34', '2025-01-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('49320bb2-dc69-4508-aa13-89a07d30a134', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-01-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e34928c9-a80c-4ebc-85d6-d84eec920c55', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste 1', 'eab4d18e-f846-4e70-ad46-2066079641ca', '2025-01-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('56cf7c2f-3bdd-4d64-8e0b-d76a2ed7c312', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-01-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b5e3ea48-b0d9-4018-8d70-7736f3b4510a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Reembolsos', 'abe42130-fbf7-4126-9b51-8af79e13fc22', '2025-01-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('20142996-02fe-4bfd-9ccf-d98bca733888', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-01-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e3ed5ce9-408d-4290-af61-4ebb7cc4af24', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Aluguel / Moradia', '1053953d-1046-419a-8bfb-54911cd77421', '2025-01-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('2dc9bad8-2321-40e2-b182-0a570d51b79f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-02-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('77f9840f-5642-450d-8e8f-e735e0dc3600', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Água', '64ab7c35-ce0c-400e-8c67-948c97ada54b', '2025-02-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('a185d578-3616-4106-a0e2-e7896a86e9c6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-02-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6363d0ab-a37e-4a94-ad77-a86da72487bf', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Luz / Energia elétrica', '49d5a733-918c-4a47-8816-2a55172a4bef', '2025-02-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('45548aa8-1f21-4e87-9a6f-ffe7fa2fc295', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-02-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('ba85fb50-a42a-465d-82bf-8a8a7944530e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Internet', 'c007d21c-7e61-4fae-a854-c4ec52c0f2a6', '2025-02-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('263337b8-c023-4324-a790-5a653ae78601', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-02-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f93c1ab2-f387-4e1f-9c63-c4137f5b74d9', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Telefone / Celular', '4627c681-e8ae-4938-a7a0-a22d34391284', '2025-02-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c401fcf0-8344-4d9f-ba7c-88bbabcd0205', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-03-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d4e411d5-1fe5-4c2c-a70b-cbdf682cb843', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Transporte / Combustível', '9af8ceaa-a577-4e83-b506-1f503076cedf', '2025-03-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('92bf4347-294c-4df0-9c19-79bce0b56762', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-03-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c612c302-c90a-4734-9bb5-d22c83536c6b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Supermercado', '94e5b419-a1b1-41ea-9cbc-54a51547c591', '2025-03-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('623321c8-7f62-46a4-a63f-19c150bb07a0', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-03-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('712de247-af48-4331-8b5f-59f3a16f830c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Saúde / Plano de saúde / Medicamentos', '789984bc-b4e5-433b-83ee-0535f7794d41', '2025-03-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0a3fd903-28f8-479f-a5a3-e6326c93d1ad', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-03-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f75b52e7-607b-41c0-8755-88c7d6ad554a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Educação / Cursos / Escola', '488b8366-c508-4c81-a890-b9646acf2509', '2025-03-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c9fadb4a-f01d-4f4b-b9ba-818559cac028', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-04-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7cfded0c-b7ae-4ead-86fd-ba9f4a2e074d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Assinaturas (Netflix, Spotify etc.)', '2ad864e1-0924-4a37-a43d-6c560a695c77', '2025-04-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('10591579-922b-4851-8f4c-6be2d66eb144', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-04-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f64d60bc-30c0-48cc-a583-b038ae935cfc', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Lazer / Diversão', 'fa330fdd-7620-4e96-b70a-4870667cafa8', '2025-04-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7789dcce-1657-4e0f-a1ce-5c0a484c97cd', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-04-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('4e790035-afda-4fec-be97-0f2e805f631a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Restaurantes / Lanches', 'f8045813-64c6-4b86-a39e-2f1c17bb4b88', '2025-04-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('39a5ad65-542c-4a10-b2ef-1e2336d2adb6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-04-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('1af746bd-843a-4144-b5a6-5193bd0d894f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas / Calçados', 'd1bbc35c-58db-4d8f-94f9-466dcfe10fb4', '2025-04-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('36061d9d-1625-4cdf-9242-e2aafd88414b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-05-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('97c1b439-10d8-4846-b0e1-92f03ef5ce26', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Presentes / Doações', 'd1c34fae-5d32-4a75-908a-b50d74e7ed6a', '2025-05-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7c8e1723-cbd2-4829-8b93-125d38476921', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-05-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('30a1a3b1-e1d8-474d-9b1c-7c847ed4d5c5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Pets', 'ec2227fa-58b8-4577-a75e-8e317e67a627', '2025-05-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('832a3ca9-4b77-4c0c-9c34-bc2c0d313748', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-05-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('337b82d1-9e98-4705-af9d-48c7f812af8f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Beleza / Cuidados pessoais', '01a2f42e-89b2-4b37-b35e-b6cf3f483fa9', '2025-05-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('2410c3b3-8baa-4e4c-b1fa-577943bfda2b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-05-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b8cc0a12-48a1-4cbe-b98e-866480f67059', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Viagens / Passeios', '87d6d9a4-7626-407a-9577-f0154bd94656', '2025-05-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('80799d9f-4f81-42c3-a8ae-84d340808bc5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-06-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6c51a7d5-e4ba-43c7-b69b-baaa0a10990a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Manutenção (carro, casa etc.)', 'eff98f43-c264-4f4f-8b8b-806c6624022b', '2025-06-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('58e666ab-6298-4d38-8eae-ec711f574de1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-06-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c4f3fcf6-dd0c-4def-bd85-9ee1b19f706d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Cartão de crédito', '249f01de-3f33-4050-afb4-d18540ee0469', '2025-06-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('53d3a031-6217-47d2-b64a-591acb8708ca', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-06-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('4599d033-aa51-4846-95dc-0c8c7fb78c64', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Empréstimos / Financiamentos', '8fd242a4-3b42-4b8a-a8c5-80dc8c89a742', '2025-06-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9be7ad34-b1c9-4570-a170-1fe2f70d01a3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-06-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('3c09fa8a-7b52-428a-a5f9-f3ba7e4294e6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Investimentos / Poupança', '13fcd703-e947-4871-8d9f-89b4040dceb1', '2025-06-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e2245732-9317-434b-8064-a8534528ca47', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-07-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5b86e8bd-8755-44ca-95b3-d706d1658847', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas', 'e051d47a-cc78-402a-b71b-107c719a0fb9', '2025-07-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('4fd0373f-dfa3-4ff4-a3c5-29162bb3fe2f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-07-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e5eee0af-8546-412e-a418-dd88c6445034', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste', 'f95db816-f055-4998-bd49-404dbb665d34', '2025-07-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('80b6290d-def4-48bb-b064-ebe2973fe90d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-07-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('266ec50f-00eb-41c3-b8b4-8d4270d873cf', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste 1', 'eab4d18e-f846-4e70-ad46-2066079641ca', '2025-07-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('dd23bf84-db76-4e6a-bc92-5313f5020be0', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-07-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('07270320-2b99-4958-9371-0e1ff01d9d75', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Reembolsos', 'abe42130-fbf7-4126-9b51-8af79e13fc22', '2025-07-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f790abfd-2b05-4302-92e2-3d2e2a2f7436', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-08-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c55de5d9-7bf4-48e3-8547-fb2663f4db99', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Aluguel / Moradia', '1053953d-1046-419a-8bfb-54911cd77421', '2025-08-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('af190407-8ec0-4479-bdd0-1180d3312b62', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-08-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('835754e0-280f-4ad8-ab22-9e798c97ab5b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Água', '64ab7c35-ce0c-400e-8c67-948c97ada54b', '2025-08-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c118b32d-b173-4d43-a25e-77a4b9f33e0b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-08-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('62801a8d-8322-4f8d-b53a-0d98651556d2', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Luz / Energia elétrica', '49d5a733-918c-4a47-8816-2a55172a4bef', '2025-08-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('fae07c04-3a8d-42f2-9c34-6d2451b60854', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-08-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('63070733-a71d-4cb9-9b8f-acaea313447d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Internet', 'c007d21c-7e61-4fae-a854-c4ec52c0f2a6', '2025-08-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('cad20cdc-e83d-4cd6-89bd-4abafa9e992e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-09-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('1481a148-7c87-4801-a3c6-c638612a502f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Telefone / Celular', '4627c681-e8ae-4938-a7a0-a22d34391284', '2025-09-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('86778e36-e706-42ca-9c2b-3801dbbc3247', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-09-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('fae2cad6-32e2-4fe0-9a2e-19839e37b0ca', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Transporte / Combustível', '9af8ceaa-a577-4e83-b506-1f503076cedf', '2025-09-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('fb94dd44-1519-4607-821a-3f03c6553b68', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-09-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('bf24fa4c-89c6-4f07-a4eb-b00b3f982d24', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Supermercado', '94e5b419-a1b1-41ea-9cbc-54a51547c591', '2025-09-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('85cfe735-52b5-49df-a6b5-67f9b6923b16', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-09-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6c9eebcc-0728-4649-9a4c-3358e1bb4cd7', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Saúde / Plano de saúde / Medicamentos', '789984bc-b4e5-433b-83ee-0535f7794d41', '2025-09-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('86cc84f1-c9f5-49bb-863b-4213871b3558', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-10-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('511f362a-a603-4581-806f-f97eb7d2a293', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Educação / Cursos / Escola', '488b8366-c508-4c81-a890-b9646acf2509', '2025-10-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('50bf8d37-bf28-47d5-ae96-ea0438a5f34c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-10-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9e256430-35c5-4fd7-ac81-b18ee44a409f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Assinaturas (Netflix, Spotify etc.)', '2ad864e1-0924-4a37-a43d-6c560a695c77', '2025-10-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5bf6d984-6303-4d52-b921-7c092fa664f5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-10-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f6ca4b86-bd18-4470-9f7d-d1a23104cc1c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Lazer / Diversão', 'fa330fdd-7620-4e96-b70a-4870667cafa8', '2025-10-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('75a4cd19-e5c5-41d1-82d7-6420e4af34c1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-10-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('4a370502-eb06-4669-9ed9-9959661653a2', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Restaurantes / Lanches', 'f8045813-64c6-4b86-a39e-2f1c17bb4b88', '2025-10-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('bc561478-7497-4a3d-9fc7-580f794f68b3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2025-11-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b8081d20-5a22-46dc-bc99-97e7091c4df5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas / Calçados', 'd1bbc35c-58db-4d8f-94f9-466dcfe10fb4', '2025-11-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('636b7e50-98e5-4df2-84a9-57197aa8c64f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2025-11-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('8e27e167-73a9-404a-bf5d-34aa7d3dba93', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Presentes / Doações', 'd1c34fae-5d32-4a75-908a-b50d74e7ed6a', '2025-11-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('a3b49d93-0dde-4f00-818b-9f0655162855', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2025-11-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7062ea35-a709-407b-9dd5-cd1372a30311', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Pets', 'ec2227fa-58b8-4577-a75e-8e317e67a627', '2025-11-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e7fc4ae4-a0fb-45c4-b985-3c494cad1ef5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2025-11-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('93522a25-fc03-40c6-8f25-bf7326b1f0f7', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Beleza / Cuidados pessoais', '01a2f42e-89b2-4b37-b35e-b6cf3f483fa9', '2025-11-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('1adf9933-e876-4254-bf34-e13ffbc2b4e3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2025-12-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e74a7efe-d5c7-4bf8-a7ac-cf4e964fc1b7', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Viagens / Passeios', '87d6d9a4-7626-407a-9577-f0154bd94656', '2025-12-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('a5f68bdc-3e17-4d0a-9eb7-c8154c51b375', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2025-12-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b9e81a16-d71e-4376-8d9a-6aeeffe0e76c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Manutenção (carro, casa etc.)', 'eff98f43-c264-4f4f-8b8b-806c6624022b', '2025-12-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('78e0da6f-8b3c-4ad2-8410-5af3ea17f6eb', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2025-12-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('cc20285f-a865-4874-a7bc-ba6c6ba09385', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Cartão de crédito', '249f01de-3f33-4050-afb4-d18540ee0469', '2025-12-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f2ed65d1-201e-401e-b4f6-64abbf17f391', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2025-12-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9c9f6a61-7098-4632-9c69-66a3cbc426e1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Empréstimos / Financiamentos', '8fd242a4-3b42-4b8a-a8c5-80dc8c89a742', '2025-12-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('97f4456d-26c0-43e5-8e84-51b34da9ac80', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-01-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('13eb48ff-d87c-4e5f-97ac-58361a67e0fe', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Investimentos / Poupança', '13fcd703-e947-4871-8d9f-89b4040dceb1', '2026-01-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('8e2c9407-81b6-43c7-9660-51955c3a609d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-01-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('2546864d-54cc-4460-be97-e26a0e73295e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas', 'e051d47a-cc78-402a-b71b-107c719a0fb9', '2026-01-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('49fa84ef-8a0a-4b0f-9ea7-27b212bdf723', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-01-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e3309757-01c8-4c70-a466-3140c86a0169', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste', 'f95db816-f055-4998-bd49-404dbb665d34', '2026-01-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f73159bb-20d3-4595-9d70-d0d800108739', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-01-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('73a44f64-6665-4662-a2d0-0958a21d7eff', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste 1', 'eab4d18e-f846-4e70-ad46-2066079641ca', '2026-01-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('22088175-22c2-4887-a81f-bbe003e8aa80', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-02-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('4db278ca-4109-4ab2-9dec-b84c5c7a278f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Reembolsos', 'abe42130-fbf7-4126-9b51-8af79e13fc22', '2026-02-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('2a8d3a0b-a20c-4fb3-bfcb-663594e49a0d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-02-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('1f71ac9d-d6a0-49e9-999b-b8a63051dd0a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Aluguel / Moradia', '1053953d-1046-419a-8bfb-54911cd77421', '2026-02-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('abb09e07-6dc4-48f7-9064-d45d935d97c9', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-02-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e540f415-96d4-45de-9898-d5b6d2cd10f1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Água', '64ab7c35-ce0c-400e-8c67-948c97ada54b', '2026-02-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5d383b8b-dbc0-4945-b9a5-ee735bf95918', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-02-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('ca6f111e-8782-4051-b5e0-dac122955d20', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Luz / Energia elétrica', '49d5a733-918c-4a47-8816-2a55172a4bef', '2026-02-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d20484b1-1a89-41f1-b810-a35875215bfc', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-03-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('54966eda-bb46-402f-8c4f-3dad0e3905fe', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Internet', 'c007d21c-7e61-4fae-a854-c4ec52c0f2a6', '2026-03-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6be427b9-db5a-4e9d-a339-af2ac6608951', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-03-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f64ab260-7c4a-4adc-87a2-2fdb1101983c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Telefone / Celular', '4627c681-e8ae-4938-a7a0-a22d34391284', '2026-03-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('214a0260-2e66-490d-9cc3-7b7c0152b1e3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-03-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c3d7a7a5-2ef5-40ca-b54f-c4a4732e4547', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Transporte / Combustível', '9af8ceaa-a577-4e83-b506-1f503076cedf', '2026-03-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('8cc866fc-274c-46d3-a903-0c960e4be965', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-03-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('3c8ff067-5d27-4ea9-ace0-02c767dd5125', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Supermercado', '94e5b419-a1b1-41ea-9cbc-54a51547c591', '2026-03-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5bb54f81-97ba-4a34-ad3e-865f462a17de', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-04-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('fc1f6f5a-6e52-4ec3-8efb-c3f00dfb9e47', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Saúde / Plano de saúde / Medicamentos', '789984bc-b4e5-433b-83ee-0535f7794d41', '2026-04-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e32c53aa-1fb9-42c8-a7ac-34d6c229c524', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-04-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c56ce4d8-7f2a-4725-8e14-0a5bcf99fd62', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Educação / Cursos / Escola', '488b8366-c508-4c81-a890-b9646acf2509', '2026-04-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d17fd892-d056-483e-b238-3a4e8c42d978', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-04-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6a3008af-af55-494d-8ef1-8c0563fc7842', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Assinaturas (Netflix, Spotify etc.)', '2ad864e1-0924-4a37-a43d-6c560a695c77', '2026-04-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0d6a3f25-ce32-483a-91aa-01b0b1581224', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-04-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f96bde3e-e933-445e-9fb5-0edc1c52769c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Lazer / Diversão', 'fa330fdd-7620-4e96-b70a-4870667cafa8', '2026-04-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('87cb9478-4925-463a-aedb-5c2101a24b7d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-05-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d2b9ea91-0f1a-4b8c-8934-b182c13e39d1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Restaurantes / Lanches', 'f8045813-64c6-4b86-a39e-2f1c17bb4b88', '2026-05-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('29467d21-7dff-4eae-9280-d264d25cda8e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-05-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('045dd440-0b4f-47c0-a454-af0e45b69713', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas / Calçados', 'd1bbc35c-58db-4d8f-94f9-466dcfe10fb4', '2026-05-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d4a83508-4a3b-486a-8a85-4637aebd9a60', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-05-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('00350d91-543c-4736-b39a-0e824a3b1af2', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Presentes / Doações', 'd1c34fae-5d32-4a75-908a-b50d74e7ed6a', '2026-05-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('770272a7-a0a7-4173-94c2-6a5b189fa63c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-05-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0a4d99a8-0e9b-4009-92ad-d547160dd77a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Pets', 'ec2227fa-58b8-4577-a75e-8e317e67a627', '2026-05-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('bb48faab-f885-431c-bd6c-220a0215ae4c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-06-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7b342e37-b578-4022-9723-2a2de35a9454', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Beleza / Cuidados pessoais', '01a2f42e-89b2-4b37-b35e-b6cf3f483fa9', '2026-06-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('df87b51b-ff53-4771-b1d6-1c256cb14acc', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-06-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('7c15ec43-5898-4707-8b18-e542ea30efcb', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Viagens / Passeios', '87d6d9a4-7626-407a-9577-f0154bd94656', '2026-06-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9d1ffd27-941e-4c60-aab4-6e315c323492', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-06-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('627c69ad-5719-4a02-a3f1-19e17a6c845d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Manutenção (carro, casa etc.)', 'eff98f43-c264-4f4f-8b8b-806c6624022b', '2026-06-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('eea0b078-68c5-4e82-becf-fc0884c48e7d', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-06-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c819e527-7edb-4567-9e85-1f4c3aeac35e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Cartão de crédito', '249f01de-3f33-4050-afb4-d18540ee0469', '2026-06-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('efabf94d-2c89-4a47-9a1d-eb070a3c433a', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-07-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('650d8592-f40a-46fa-a3f7-75d135ad393b', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Empréstimos / Financiamentos', '8fd242a4-3b42-4b8a-a8c5-80dc8c89a742', '2026-07-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9e636373-81a2-46cb-878b-32507eace6d0', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-07-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('252385cd-e65e-4d40-9ab2-bbfc9940c084', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Investimentos / Poupança', '13fcd703-e947-4871-8d9f-89b4040dceb1', '2026-07-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('294ef4fc-2080-40bf-84e6-27d7d6753e9f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-07-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('2d71f7ef-6f8d-4388-b29f-6e3523837fa0', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas', 'e051d47a-cc78-402a-b71b-107c719a0fb9', '2026-07-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('57a4117b-0b50-4c86-ad7e-231a380cf052', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-07-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d5903dcc-2b6e-459a-8c79-e78d5459821f', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste', 'f95db816-f055-4998-bd49-404dbb665d34', '2026-07-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('790844b0-bcc7-4c13-ae70-d47aa2548d35', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-08-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0a96ccbe-5b7a-47f8-85f7-234702da6a43', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Despesa Teste 1', 'eab4d18e-f846-4e70-ad46-2066079641ca', '2026-08-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('576c2c47-5346-4a7b-839d-b305e6054000', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-08-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('bd1de6a7-0f93-4306-93bc-3b7e963fb0cd', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Reembolsos', 'abe42130-fbf7-4126-9b51-8af79e13fc22', '2026-08-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('030843c3-3b1c-4ee2-bdd7-4302945b7528', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-08-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('acce344c-c951-4e8a-a8d4-cf8482212a13', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Aluguel / Moradia', '1053953d-1046-419a-8bfb-54911cd77421', '2026-08-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('abf92fbd-f825-4895-b24a-9252791a9cf8', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-08-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('3b9544b4-dd4b-44c3-9549-5cd0e06338b1', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Água', '64ab7c35-ce0c-400e-8c67-948c97ada54b', '2026-08-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('3a111f00-7d78-4a0d-9666-c031b718ffe5', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-09-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('8c222495-bc90-4fb2-a343-7a2120ba4d3c', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Luz / Energia elétrica', '49d5a733-918c-4a47-8816-2a55172a4bef', '2026-09-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f74010ea-a0b5-47e3-b744-331ec1e0e468', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-09-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e39a7700-8ec8-42e7-9754-5d07d81784ee', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Internet', 'c007d21c-7e61-4fae-a854-c4ec52c0f2a6', '2026-09-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5974ab15-2d71-4382-9c11-5947eecc1baf', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-09-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('501e6aa7-d2bf-4548-bdd7-b3afb2269002', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Telefone / Celular', '4627c681-e8ae-4938-a7a0-a22d34391284', '2026-09-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('52c0cdc6-35e1-4223-b6ea-0bf97b95dd93', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-09-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('c31d3ebd-7444-4945-bb5a-e72aa76ec967', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Transporte / Combustível', '9af8ceaa-a577-4e83-b506-1f503076cedf', '2026-09-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('db70af27-738f-4c53-97d1-5667bd06b8e9', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-10-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('a406c5a2-90e6-4902-b601-1357c7a65bf6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Supermercado', '94e5b419-a1b1-41ea-9cbc-54a51547c591', '2026-10-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('60138cfa-5b64-47a3-ba16-85517c116f13', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-10-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('56dda973-44b8-4140-8785-5c13827bd669', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Saúde / Plano de saúde / Medicamentos', '789984bc-b4e5-433b-83ee-0535f7794d41', '2026-10-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('0c2712a8-8721-420c-9861-055527c75f6e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-10-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b2e9c042-91df-4899-b4a6-8d0a1a62231e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Educação / Cursos / Escola', '488b8366-c508-4c81-a890-b9646acf2509', '2026-10-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('78a9f2cf-bf38-4ce6-830c-51cd96aa9e4e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-10-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('e4c647b3-b8f5-4b86-ab44-17796615f5d4', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Assinaturas (Netflix, Spotify etc.)', '2ad864e1-0924-4a37-a43d-6c560a695c77', '2026-10-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d31530d5-a2a4-4691-9687-afeeb83c9e61', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste', '161312ce-4848-4782-9824-15fcb49621d5', '2026-11-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('72c3af8f-7f16-40c1-9c32-3cd38af91a57', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Lazer / Diversão', 'fa330fdd-7620-4e96-b70a-4870667cafa8', '2026-11-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('9e00bcfc-40dd-41c4-93bf-88cb0650cb4e', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Receita Teste 1', '016db277-400a-485c-a8bb-eda82ea9b99b', '2026-11-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('f5ea0572-c6fb-4df0-9960-9bea8f2e1802', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Restaurantes / Lanches', 'f8045813-64c6-4b86-a39e-2f1c17bb4b88', '2026-11-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('5ad8baf0-b813-4495-9591-740137357620', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Salário', '36807421-f2e6-47e5-8b6e-903d9f141623', '2026-11-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('523fc57b-a56c-421b-8e89-0e4baa906238', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Roupas / Calçados', 'd1bbc35c-58db-4d8f-94f9-466dcfe10fb4', '2026-11-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('49af0125-0767-42c7-b785-174926ae6d04', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Freelance / Trabalho extra', '953325d4-f0bc-4e03-9d32-8c74ce48a23d', '2026-11-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('ab46a4cf-b480-4a82-b726-bae5f9e1bcde', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Presentes / Doações', 'd1c34fae-5d32-4a75-908a-b50d74e7ed6a', '2026-11-22 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('d6a70046-b535-4092-945f-0943c0eccc60', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Vendas', '51eec719-aaae-4e1f-ad2b-5f25d6b2bd25', '2026-12-01 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('b7d5209f-2b2a-4e70-b25b-c6ca36874536', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Pets', 'ec2227fa-58b8-4577-a75e-8e317e67a627', '2026-12-01 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('6ee75e59-7338-4776-9a2c-8db7c1812792', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Rendimentos de investimentos', '67607504-2836-4398-a1bf-4c6289f08fa3', '2026-12-08 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('79ea9efa-404d-4477-b7b7-47c6d0e46d21', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Beleza / Cuidados pessoais', '01a2f42e-89b2-4b37-b35e-b6cf3f483fa9', '2026-12-08 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('69d78ed1-ea0e-4690-92d4-761bdcd50c73', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Premiações', 'f9ba664b-38e9-4ab2-a2b0-6a2d515e45c4', '2026-12-15 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('cc5e5e3f-006f-4700-a3c5-f4ee353147d3', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Viagens / Passeios', '87d6d9a4-7626-407a-9577-f0154bd94656', '2026-12-15 00:00:00', 'NUBANK', 150, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('df4538f9-3b97-49e5-958c-13ec1f38f0d6', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'INCOME', 'Outras receitas', 'f54769b2-7cdb-450f-b06d-460e66d2bb8d', '2026-12-22 00:00:00', 'NUBANK', 500, NOW());
INSERT INTO public.transactions (id, "userId", "type", description, "categoryId", "date", account, amount, "updatedAt") VALUES ('98463fe7-e92d-460e-a654-211a1fd6ec46', 'user_2yMoV0OtgSZUslQelU7mhnEm76D', 'EXPENSE', 'Manutenção (carro, casa etc.)', 'eff98f43-c264-4f4f-8b8b-806c6624022b', '2026-12-22 00:00:00', 'NUBANK', 150, NOW());