Results 3 issues of 谭武洋

`bingo2sql -d psmsdb -B --start-file ./mysql-bin.000002 --start-time '2021-09-15 00:00:00' --stop-time '2021-09-16 23:59:59' -t x.sql,y.sql` 返回 ``` time="2021-09-17T17:15:36+08:00" level=error msg="binlog解析操作失败" file=bingo2sql.go line=181 time="2021-09-17T17:15:36+08:00" level=error msg="读取表结构文件失败(x.sql,y.sql): CreateFile x.sql,y.sql: The system cannot find...

### sqlite sql ```sql DROP TABLE IF EXISTS "config"; CREATE TABLE "config" ( "id" integer, "name" text, PRIMARY KEY ("id") ); ``` ### 使用 gen 生成的 model ```go // Code...

``` "securityDefinitions": { "apiKey": { "type": "apiKey", "description": "Enter JWT Bearer token **_only_**", "name": "Authorization", # 有时会使用自定义的 key "in": "header" } } ```