Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: communication_attachments

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
communication_id int NO MUL NULL
file_name varchar(255) NO NULL
file_path varchar(500) NO NULL
file_size int YES NULL
mime_type varchar(100) YES NULL
file_extension varchar(10) YES NULL
attachment_type enum('document','image','spreadsheet','presentation','other') NO MUL NULL
description text YES NULL
uploaded_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED