We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50b2d5 commit 789755dCopy full SHA for 789755d
1 file changed
src/main/resources/db/migration/V2__Add_Is_Published_To_Product.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE product
2
+ADD COLUMN is_published BOOLEAN DEFAULT TRUE;
0 commit comments