feat: add user and post table #38
bytebase-check-migration-status.yml
on: pull_request
Check Migration Status
6s
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
|