Skip to content

Instantly share code, notes, and snippets.

View ChoqueCastroLD's full-sized avatar

Luis David Choque Castro ChoqueCastroLD

View GitHub Profile
CREATE TABLE item(
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
);