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

Schema #2

Open
epileftro85 opened this issue Jul 14, 2014 · 2 comments
Open

Schema #2

epileftro85 opened this issue Jul 14, 2014 · 2 comments

Comments

@epileftro85
Copy link

It would be nice if the schema can be added:

Schema::create('users', function($t){
$t->increments('id');
$t->
$t->timestamps();
});

Schema::drop('users');

@marjetika
Copy link

Do you accept help? I can work on this issue.

@Cronos87
Copy link
Owner

Cronos87 commented Feb 5, 2018

Hello @marjetika. It would be a pleasure. Unfortunately, I don't have a lot of time to work on.

Any PR is welcomed.

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

3 participants