You can set the session parameter enable_unicode_name_support to true:
-- Global can be removed without global
set global enable_unicode_name_support = true;
-- Create a Chinese column name table
create table table name (Chinese column name data type, ...);