There are two tables, account and user. The account table has fields mobile, bind, and user. The user table also has mobile and bind fields. The account and user classes are associated with the account and user classes through the uid, in the update account table mobile. when bind is used, the user table Association is automatically updated. Excuse me, auto update...
There are two tables, account and user. The account table has fields mobile, bind, and user. The user table also has mobile and bind fields. The account and user classes are associated with the account and user classes through the uid, in the update account table mobile. the user table Association is automatically updated during bind. Can I update the mobile and bind types in the user table during automatic update?
Reply content:
There are two tables, account and user. The account table has fields mobile, bind, and user. The user table also has mobile and bind fields. The account and user classes are associated with the account and user classes through the uid, in the update account table mobile. the user table Association is automatically updated during bind. Can I update the mobile and bind types in the user table during automatic update?
Bind the two fields with foreign keys.