diff --git a/init.php b/init.php index 11e0a1d..18a3778 100644 --- a/init.php +++ b/init.php @@ -18,7 +18,7 @@ $pdo->query('CREATE TABLE `bills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `due_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `due_date` timestamp NOT NULL DEFAULT \'0000-00-00 00:00:00\', `customer_id` int(10) unsigned NOT NULL, `customer_name` varchar(255) NOT NULL, `customer_orgnr` bigint(20) unsigned NOT NULL,