2025-01-17 19:44:36 +05:00

3 lines
83 B
SQL

-- AlterTable
ALTER TABLE `Product` MODIFY `hidden` BOOLEAN NOT NULL DEFAULT true;