Files

6 lines
291 B
SQL
Raw Permalink Normal View History

2024-08-04 00:04:55 +08:00
alter table pi_pipeline alter column title type varchar(100) using title::varchar(100);
2024-08-04 02:35:45 +08:00
alter table pi_pipeline alter column content type text using content::text;
alter table pi_storage alter column value type text using value::text;
2024-08-06 11:10:33 +08:00
alter table pi_pipeline add "order" bigint default 0;