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.
Kun CREATE/ALTER/DROP — ingen afsluttende SELECT nødvendig.
Log ind for at se indsendelseshistorik
Log indLog ind for at bruge AI-mentor
Log indIntet startskema
Denne opgave starter uden tabeller — du opretter dem via CREATE TABLE.