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

Add inserted by and updated by fields to all tables in database #104

Open
UCDS opened this issue May 27, 2015 · 0 comments
Open

Add inserted by and updated by fields to all tables in database #104

UCDS opened this issue May 27, 2015 · 0 comments

Comments

@UCDS
Copy link
Owner

UCDS commented May 27, 2015

Add inserted_by(int), inserted_date (datetime), updated_by(int), updated_date(datetime) to all the tables in the database with user_id as foreign key to inserted_by and updated_by.

Change all the insert and update statements in all the models to store the user ID and the date, time in the database.

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

No branches or pull requests

1 participant