Log with an auto identifier
Design an event_log table where the id is assigned by the database automatically and CANNOT be set by hand. The event kind is required; the time created_at is required and defaults to the current moment. Columns: id — automatic primary key; kind; created_at.
Ainult CREATE/ALTER/DROP — lõpus pole vaja SELECT-i.
Logi sisse, et näha esituste ajalugu
Logi sisseLogi sisse, et kasutada AI mentorit
Logi sisseAlgskeemi pole
See ülesanne algab ilma tabeliteta — loo need käsuga CREATE TABLE.