patch-user-realname.sql
来自「php 开发的内容管理系统」· SQL 代码 · 共 6 行
SQL
6 行
-- Add a 'real name' field where users can specify the name they want-- used for author attribution or other places that real names matter.ALTER TABLE user ADD (user_real_name varchar(255) binary NOT NULL default '');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?