mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 19:20:39 +09:00
3 lines
227 B
MySQL
3 lines
227 B
MySQL
|
|
ALTER TABLE "issue_comments" ADD COLUMN "author_type" text;--> statement-breakpoint
|
||
|
|
ALTER TABLE "issue_comments" ADD COLUMN "presentation" jsonb;--> statement-breakpoint
|
||
|
|
ALTER TABLE "issue_comments" ADD COLUMN "metadata" jsonb;
|