chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:10:05 +08:00
commit d37d8d293b
1388 changed files with 484182 additions and 0 deletions
@@ -0,0 +1,7 @@
CREATE TABLE `userstest` (
`id` serial PRIMARY KEY,
`name` text NOT NULL,
`verified` boolean NOT NULL DEFAULT false,
`jsonb` json,
`created_at` timestamp NOT NULL DEFAULT now()
);
@@ -0,0 +1,60 @@
{
"version": "5",
"dialect": "mysql",
"id": "8e8c8378-0496-40f6-88e3-98aab8282b1f",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"userstest": {
"name": "userstest",
"schema": "",
"columns": {
"id": {
"name": "id",
"type": "serial",
"primaryKey": true,
"notNull": false,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"verified": {
"name": "verified",
"type": "boolean",
"primaryKey": false,
"notNull": true,
"default": false,
"autoincrement": false
},
"jsonb": {
"name": "jsonb",
"type": "json",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"default": "now()",
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {}
}
},
"schemas": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}
@@ -0,0 +1,13 @@
{
"version": "5",
"dialect": "mysql",
"entries": [
{
"idx": 0,
"version": "5",
"when": 1680270921944,
"tag": "0000_nostalgic_carnage",
"breakpoints": true
}
]
}
@@ -0,0 +1,7 @@
CREATE TABLE `userstest` (
`id` serial PRIMARY KEY,
`name` text NOT NULL,
`verified` boolean NOT NULL DEFAULT false,
`jsonb` json,
`created_at` timestamp NOT NULL DEFAULT now()
);
@@ -0,0 +1,5 @@
CREATE TABLE `users12` (
`id` serial AUTO_INCREMENT PRIMARY KEY NOT NULL,
`name` text NOT NULL,
`email` text NOT NULL
);
@@ -0,0 +1,60 @@
{
"version": "5",
"dialect": "mysql",
"id": "8e8c8378-0496-40f6-88e3-98aab8282b1f",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"userstest": {
"name": "userstest",
"schema": "",
"columns": {
"id": {
"name": "id",
"type": "serial",
"primaryKey": true,
"notNull": false,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"verified": {
"name": "verified",
"type": "boolean",
"primaryKey": false,
"notNull": true,
"default": false,
"autoincrement": false
},
"jsonb": {
"name": "jsonb",
"type": "json",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"default": "now()",
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {}
}
},
"schemas": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}
@@ -0,0 +1,96 @@
{
"version": "5",
"dialect": "mysql",
"id": "47362df0-c353-4bd1-8107-fcc36f0e61bd",
"prevId": "8e8c8378-0496-40f6-88e3-98aab8282b1f",
"tables": {
"userstest": {
"name": "userstest",
"schema": "",
"columns": {
"id": {
"name": "id",
"type": "serial",
"primaryKey": true,
"notNull": false,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"verified": {
"name": "verified",
"type": "boolean",
"primaryKey": false,
"notNull": true,
"default": false,
"autoincrement": false
},
"jsonb": {
"name": "jsonb",
"type": "json",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"default": "now()",
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {}
},
"users12": {
"name": "users12",
"columns": {
"id": {
"name": "id",
"type": "serial",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"email": {
"name": "email",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {
"my_unique_index": {
"name": "my_unique_index",
"columns": ["name"],
"isUnique": true,
"using": "btree"
}
},
"foreignKeys": {},
"compositePrimaryKeys": {}
}
},
"schemas": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}
@@ -0,0 +1,20 @@
{
"version": "5",
"dialect": "mysql",
"entries": [
{
"idx": 0,
"version": "5",
"when": 1680270921944,
"tag": "0000_nostalgic_carnage",
"breakpoints": true
},
{
"idx": 1,
"version": "5",
"when": 1680270921945,
"tag": "0001_test",
"breakpoints": true
}
]
}