Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经添加了一个字段调用 ID,但我需要这个字段有这个掩码#-####-#### 我该怎么做才能看到例如 1-7878-7878
我怎样才能做到这一点 ?
问候,
您无法创建名称为ID. 因为在Joomla注册表中已经有了ID。所以你必须定义新的字段名。
ID
Joomla
`field_name` varchar(255) NOT NULL default ''
您必须将字段类型声明为varchar.
varchar
希望这会帮助你...