route96/migrations/20250127210244_video_metadata.sql

4 lines
120 B
MySQL
Raw Normal View History

2025-01-27 21:19:11 +00:00
-- Add migration script here
alter table uploads
add column duration float,
add column bitrate integer unsigned;