Skip to content

feat: add user and post table #38

feat: add user and post table

feat: add user and post table #38

Triggered via pull request March 15, 2024 17:38
@tianzhoutianzhou
synchronize #13
migration
Status Failure
Total duration 16s
Artifacts
Check Migration Status
6s
Check Migration Status
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check Migration Status
Migration mismatch for migrations/1002_create_post.up.sql with task DDL(schema) for database "example" under stage Prod Stage
Check Migration Status
Index: difference =================================================================== --- difference migrations/1002_create_post.up.sql +++ difference DDL(schema) for database "example" @@ -1,5 +1,5 @@ CREATE TABLE "post" ( "id" SERIAL NOT NULL, - "author" TEXT, + "author" TEXT NOT NULL, CONSTRAINT "PK_cace4a159ff9f2512dd42373761" PRIMARY KEY ("id") ); \ No newline at end of file