diff --git a/app/DB.php b/app/DB.php index dc5c139..ae69911 100644 --- a/app/DB.php +++ b/app/DB.php @@ -657,6 +657,7 @@ public static function upgrade( $force = false ) { recipe_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, user_id bigint(20) UNSIGNED NOT NULL, title varchar(255), + content longtext, public boolean, created_at datetime NOT NULL, updated_at datetime NOT NULL,