-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration failed... #206
Comments
My database is empty /new> ./yii migrate --migrationPath=vendor/webvimark/module-user-management/migrations/ Total 10 new migrations to be applied: Apply the above migrations? (yes|no) [no]:yes |
Sure you followed all the steps? He does it to me without problems |
strangely now I have encountered an exception,
seems to be a baseUrl problem in the console, then in console -> config-> components add this:
and in console->config -> aliases:
|
Got thesame errors too but worked around by substituting table names directly in order to keep moving. I think making the table names in the module static might be an option |
Hello,
when I do migrate this error appear:
m141207_001649_create_basic_user_permissions
Apply the above migrations? (yes|no) [no]:yes
*** applying m140608_173539_create_user_table
> create table ...Exception: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ''
The SQL being executed was: CREATE TABLE `` (
id
int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,Could you help me?
The text was updated successfully, but these errors were encountered: