Closed 618457 closed 4 years ago
因为 在Blueprint的
// 快捷添加默认字段
quicklyAddDefaultFields(centerFn = () => {}) {
this.smallUUIDPrimary("id");
this.userApplicationPlatformId(); // ====>>>因为这个被注释了?
// 加这一个是为了生成的字段顺序好看点
centerFn();
this.timestamps();
this.softDeletes();
}
user_application_platform_id 是我自己项目用的,但是我已经去掉了,测试过,并没有影响,你更新下代码再看看 ?
模板生成的migration,没有在生成的表格加入user_application_platform_id,需要自己加,否则所有request都读user_application_platform_id会报错不存在