mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
DB Dump from last commit
This commit is contained in:
3
db.sql
3
db.sql
@@ -976,6 +976,7 @@ CREATE TABLE `projects` (
|
|||||||
`project_name` varchar(255) NOT NULL,
|
`project_name` varchar(255) NOT NULL,
|
||||||
`project_description` text DEFAULT NULL,
|
`project_description` text DEFAULT NULL,
|
||||||
`project_due` date DEFAULT NULL,
|
`project_due` date DEFAULT NULL,
|
||||||
|
`project_manager` int(11) NOT NULL DEFAULT 0,
|
||||||
`project_created_at` datetime NOT NULL DEFAULT current_timestamp(),
|
`project_created_at` datetime NOT NULL DEFAULT current_timestamp(),
|
||||||
`project_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
`project_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
||||||
`project_completed_at` datetime DEFAULT NULL,
|
`project_completed_at` datetime DEFAULT NULL,
|
||||||
@@ -1894,4 +1895,4 @@ CREATE TABLE `vendors` (
|
|||||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||||
|
|
||||||
-- Dump completed on 2024-04-06 22:06:56
|
-- Dump completed on 2024-04-08 12:22:49
|
||||||
|
|||||||
Reference in New Issue
Block a user