how can add engine and charset
Open
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 233
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 4
Description
I am create a table
table admin as A {
id int [pk,increment]
username varchar(16)
pasword varchar(32)
status varchar(1)
}
but i can set this engine and charset.
ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
Contributor guide
Assessment
This issue has not been assessed yet.