Files

3 lines
188 B
SQL
Raw Permalink Normal View History

ALTER TABLE `movies` ADD `custom_poster` text;--> statement-breakpoint
ALTER TABLE `movies` ADD `custom_thumb` text;--> statement-breakpoint
ALTER TABLE `movies` ADD `custom_content` text;