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

wrench socket table created without current_timestamp() defaults #129

Open
ftrotter opened this issue Jul 16, 2020 · 1 comment
Open

wrench socket table created without current_timestamp() defaults #129

ftrotter opened this issue Jul 16, 2020 · 1 comment
Assignees
Labels

Comments

@ftrotter
Copy link
Contributor

So it does not automatically set created_at or updated_at correct.y.

@ftrotter ftrotter added bug Something isn't working 1.1 Requirement labels Jul 16, 2020
kchapple added a commit that referenced this issue Jul 23, 2020
…nd wrench tables so they will be created with current_timestamp() defaults, which allows for automaticallly setting current timestamp on create even when laravel models are not used (#129)
@kchapple
Copy link
Contributor

Added userCurerent() function to the schema builder for all sockets and wrench tables so they will be created with current_timestamp() defaults, which allows for automaticallly setting current timestamp on create even when laravel models are not used (#129)"
[master ba6a84c] Added userCurerent() function to the schema builder for all sockets and wrench tables so they will be created with current_timestamp() defaults, which allows for automaticallly setting current timestamp on create even when laravel models are not used

I altered initial migration, so this will only take affect when installing new instances using zermelo:install when there is no _zermelo_config database present.

Screen Shot 2020-07-23 at 2 40 58 PM

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

No branches or pull requests

2 participants