Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 108fd90

Browse files
author
Jamie Snape
committed
MySQL blob or text fields cannot have a default value
1 parent 2f5301b commit 108fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/packages/database/mysql/1.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CREATE TABLE IF NOT EXISTS `packages_application` (
7171
`application_id` bigint(20) NOT NULL AUTO_INCREMENT,
7272
`project_id` bigint(20) NOT NULL,
7373
`name` varchar(255) NOT NULL DEFAULT '',
74-
`description` text NOT NULL DEFAULT '',
74+
`description` text NOT NULL,
7575
PRIMARY KEY (`application_id`),
7676
KEY `project_id` (`project_id`)
7777
);

0 commit comments

Comments
 (0)