文件操作 - 2018122300.sql
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/roundcube nov 2023/roundcube/SQL/postgres/2018122300.sql
编辑文件内容
ALTER TABLE "filestore" ADD COLUMN context varchar(32) NOT NULL; UPDATE "filestore" SET context = 'enigma'; ALTER TABLE "filestore" DROP CONSTRAINT "filestore_user_id_filename"; ALTER TABLE "filestore" ADD CONSTRAINT "filestore_user_id_context_filename" UNIQUE (user_id, context, filename);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件