We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fb973 commit ff9b856Copy full SHA for ff9b856
src/templates/schema.sql
@@ -7,5 +7,5 @@ CREATE TABLE IF NOT EXISTS `users` (
7
CREATE TABLE IF NOT EXISTS `tasks` (
8
`id` INTEGER(4) NOT NULL PRIMARY KEY AUTO_INCREMENT,
9
`title` VARCHAR(255) NOT NULL,
10
- `done` INTEGER(1) NOT NULL DEFAULT 0
+ `done` TINYINT(1) NOT NULL DEFAULT 0
11
);
0 commit comments