Skip to content

Variable $FILE is undefined. #59

@snaquaye

Description

@snaquaye

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');


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions