Skip to content

Commit c6ae697

Browse files
author
EL OUFIR
committed
Add comment to log time
1 parent 4c908fb commit c6ae697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

database/schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ CREATE TABLE `ticket_hours` (
398398
`ticket_id` bigint(20) UNSIGNED NOT NULL,
399399
`user_id` bigint(20) UNSIGNED NOT NULL,
400400
`value` double(8,2) NOT NULL,
401+
`comment` longtext COLLATE utf8mb4_unicode_ci NULL,
401402
`created_at` timestamp NULL DEFAULT NULL,
402403
`updated_at` timestamp NULL DEFAULT NULL
403404
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

0 commit comments

Comments
 (0)