Skip to content

feat: add user table #34

feat: add user table

feat: add user table #34

Triggered via pull request March 14, 2024 17:14
@tianzhoutianzhou
synchronize #11
migration
Status Failure
Total duration 15s
Artifacts

bytebase-sql-review.yml

on: pull_request
SQL Review
5s
SQL Review
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Table does not exist (604): migrations/1002_change.up.sql#L1
The table "user1" doesn't exists in schema "public". https://www.bytebase.com/docs/reference/error-code/advisor#604
Table already exists (607): migrations/1001_init.up.sql#L7
The table "user" already exists in the schema "public". https://www.bytebase.com/docs/reference/error-code/advisor#607
SQL Review
Advice contains ERROR or WARNING violations. Marking for failure.
SQL Review
SQL check failed due to ERROR or WARNING.