-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Milestone
Description
Running a migration in the beta edition of the latest version of the wheels framework. it fails with
Variable $FILE is undefined.
Migration File
t = createTable(name='users');
t.string('username,password,email');
t.boolean('isActive');
t.datetime('activatedAt');
t.references('role');
t.timestamps();
t.create();
dropTable('users');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels