blob: 74b92566713343fab7d62e096c1192102563eae7 (
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`] = `"cp1250_bin"`;
exports[`database > 42 > column 1`] = `"group"`;
exports[`database > 42 > engine 1`] = `"CSV"`;
exports[`database > 42 > mongodbObjectId 1`] = `"8ead331ddf0fc4446b96d368"`;
exports[`database > 42 > type 1`] = `"double"`;
exports[`database > 1211 > collation 1`] = `"utf8_unicode_ci"`;
exports[`database > 1211 > column 1`] = `"token"`;
exports[`database > 1211 > engine 1`] = `"MyISAM"`;
exports[`database > 1211 > mongodbObjectId 1`] = `"ed4fefa7fbaec9dc4c48fa8e"`;
exports[`database > 1211 > type 1`] = `"tinyint"`;
exports[`database > 1337 > collation 1`] = `"ascii_general_ci"`;
exports[`database > 1337 > column 1`] = `"createdAt"`;
exports[`database > 1337 > engine 1`] = `"BLACKHOLE"`;
exports[`database > 1337 > mongodbObjectId 1`] = `"536a7b5fa28d2f9bb79ca46e"`;
exports[`database > 1337 > type 1`] = `"datetime"`;
|