Fix typo
This commit is contained in:
parent
d390acc888
commit
e97fae0c43
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
-- Requests to change character set and collation of a column
|
-- Requests to change character set and collation of a column
|
||||||
|
|
||||||
-- ALTER TABLE llx_accountingaccount MODIFY account_number VARCHAR(20) CHARACTER SET utf8;
|
-- ALTER TABLE llx_accounting_account MODIFY account_number VARCHAR(20) CHARACTER SET utf8;
|
||||||
-- ALTER TABLE llx_accountingaccount MODIFY account_number VARCHAR(20) COLLATE utf8_unicode_ci;
|
-- ALTER TABLE llx_accounting_account MODIFY account_number VARCHAR(20) COLLATE utf8_unicode_ci;
|
||||||
-- You can check with "show full columns from llx_accountingaccount";
|
-- You can check with "show full columns from llx_accountingaccount";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user