Skip to content

使用timestamp类型查询的时候报错: unsupported Scan, storing driver.Value type []uint8 into type *time.Time #6856

使用timestamp类型查询的时候报错: unsupported Scan, storing driver.Value type []uint8 into type *time.Time

使用timestamp类型查询的时候报错: unsupported Scan, storing driver.Value type []uint8 into type *time.Time #6856

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, reopened]
jobs:
triage:
runs-on: ubuntu-latest
name: Label issues and pull requests
steps:
- name: check out
uses: actions/checkout@v4
- name: labeler
uses: jinzhu/super-labeler-action@develop
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"