feat: update Recipe model to use TEXT type for description and add seed data for products
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `Recipe` MODIFY COLUMN `description` TEXT NULL;
|
||||
Reference in New Issue
Block a user