blob: f49fc90e5807a15af2fb700cedfb5e219924fe5d (
plain)
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
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`database > 42 > collation 1`] = `"utf8_bin"`;
exports[`database > 42 > column 1`] = `"token"`;
exports[`database > 42 > engine 1`] = `"MEMORY"`;
exports[`database > 42 > mongodbObjectId 1`] = `"8be4abdd39321ad7d3fe01ff"`;
exports[`database > 42 > type 1`] = `"smallint"`;
exports[`database > 1211 > collation 1`] = `"cp1250_general_ci"`;
exports[`database > 1211 > column 1`] = `"createdAt"`;
exports[`database > 1211 > engine 1`] = `"ARCHIVE"`;
exports[`database > 1211 > mongodbObjectId 1`] = `"eadb42f0e3f4a973fab0aeef"`;
exports[`database > 1211 > type 1`] = `"geometry"`;
exports[`database > 1337 > collation 1`] = `"utf8_general_ci"`;
exports[`database > 1337 > column 1`] = `"email"`;
exports[`database > 1337 > engine 1`] = `"MyISAM"`;
exports[`database > 1337 > mongodbObjectId 1`] = `"5c346ba075bd57f5a62b82d7"`;
exports[`database > 1337 > type 1`] = `"time"`;
|