mirror of
https://github.com/doolijb/serene-pub.git
synced 2026-08-11 09:53:29 +00:00
4 lines
278 B
SQL
4 lines
278 B
SQL
ALTER TABLE "characters" ADD COLUMN "creator" text;--> statement-breakpoint
|
|
ALTER TABLE "characters" ADD COLUMN "category" text;--> statement-breakpoint
|
|
ALTER TABLE "personas" ADD COLUMN "creator" text;--> statement-breakpoint
|
|
ALTER TABLE "personas" ADD COLUMN "category" text;
|