Skip to content
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

Attempting to create columns/properties in a table/class through a migration file has no effect #39

Open
CristianSitov opened this issue Jun 17, 2017 · 1 comment

Comments

@CristianSitov
Copy link

I have created a migration file through which I try to add an extra property:

Schema::connection('orientdb')->table('resources', function(Blueprint $table)
{
	$table->string('name');
});

but there is no effect. Am I using correctly the table() method?

@CristianSitov
Copy link
Author

I think I may have fixed through this commit on a pull request:
CristianSitov@7454e78

Despite the fact that it works for me, I'm not 100% sure that it is the appropriate implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant