8000 Release Add code field when create user · megaads-vn/sso-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add code field when create user

Compare
Choose a tag to compare
@tienanhbui tienanhbui released this 08 Apr 07:01
· 41 commits to master since this release

Require User table has code column!

ALTER TABLE user
ADD COLUMN code CHAR(20) NULL DEFAULT NULL AFTER id;

0