Replies: 1 comment
-
Hey, the missing table name is most common a problem with a cached config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have installed this package. i followed the instruction after publish i try to migrate and its fails
the error is
SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' (SQL: create table `` (
idbigint unsigned not null auto_increment primary key,
log_namevarchar(255) null,
descriptiontext not null,
subject_idbigint unsigned null,
subject_typevarchar(255) null,
causer_idbigint unsigned null,
causer_typevarchar(255) null,
propertiesjson null,
created_attimestamp null,
updated_attimestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
Beta Was this translation helpful? Give feedback.
All reactions