Ver código fonte

sql error

https
jakobsn 6 anos atrás
pai
commit
fbfeab7ab3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mysql/sql/init.sql

+ 1
- 1
mysql/sql/init.sql Ver arquivo

@@ -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,


Carregando…
Cancelar
Salvar