patch-user_registration.sql
来自「php 开发的内容管理系统」· SQL 代码 · 共 10 行
SQL
10 行
---- New user field for tracking registration time-- 2005-12-21--ALTER TABLE /*$wgDBprefix*/user -- Timestamp of account registration. -- Accounts predating this schema addition may contain NULL. ADD user_registration CHAR(14) BINARY;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?