Comment
Table
comments
Attributes
Name | Type | Nullable | Description |
---|---|---|---|
id |
UNSIGNED BIGINT | No | primary key (auto-increment) |
user_id |
UNSIGNED BIGINT | No | foreign key |
date_start |
DATE | No | |
date_end |
DATE | No | |
comment |
VARCHAR(255) | No | |
created_at |
TIMESTAMP | Yes | |
updated_at |
TIMESTAMP | Yes | |
deleted_at |
TIMESTAMP | Yes |
Relationships
Comment
belongs toUser