Related to an issue that was posted in the original kysely repo.
With a field that looks something like:
+------------+-----------------+------+-----+-------------------+-----------------------------------------------+
| Field | Type | Null | Key | Default | Extra |
+------------+-----------------+------+-----+-------------------+-----------------------------------------------+
| id | bigint unsigned | NO | PRI | NULL | auto_increment |
The generated output is
id: Generated<number>;
I'd expect Generated<bigint>
in this scenario to match typings in kysely, which wrap id with bigint
.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too