From 14997bb700d5bc30d69a48294ae26a7e566939c5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 8 May 2023 12:56:10 +0200 Subject: dummy data --- db/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/init.sql') diff --git a/db/init.sql b/db/init.sql index f1c3506..c842e52 100644 --- a/db/init.sql +++ b/db/init.sql @@ -8,7 +8,7 @@ create table if not exists webs.category ( create table if not exists webs.product ( `ID` int not null auto_increment, - `name` varchar(45) not null, + `name` varchar(255) not null, `price` decimal(5, 2) not null, `image` mediumblob null default null, `category` int not null, -- cgit v1.2.3