摘要: mysql引擎 create table t_mysql ( id Int32, name String, ) engine = MySQL('127.0.0.1:3306', 'test', 't', 'root', '123456'); mysql进行ddl: alter table t mod 阅读全文
posted @ 2021-06-24 21:53 老王76 阅读(309) 评论(0) 推荐(0)