engelmav / codinginenglish

Online learning platform.
https://www.codinginenglish.com
0 stars 0 forks source link

add timestamps to app #125

Open engelmav opened 3 years ago

engelmav commented 3 years ago
ALTER TABLE cie.student_applications ADD `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP NULL;