Browse Source

sql error

https
jakobsn 6 years ago
parent
commit
fbfeab7ab3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mysql/sql/init.sql

+ 1
- 1
mysql/sql/init.sql View File

@@ -79,7 +79,7 @@ CREATE TABLE projects_users (
CREATE TABLE tasks (
taskid INT UNSIGNED AUTO_INCREMENT,
projectid INT UNSIGNED NOT NULL,
teamid INT,
teamid INT UNSIGNED,
title VARCHAR(200) NOT NULL,
task_description VARCHAR(500),
budget INT NOT NULL,


Loading…
Cancel
Save