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.
Tik CREATE/ALTER/DROP — galutinio SELECT nereikia.
Prisijunkite, kad matytumėte pateikimų istoriją
PrisijungtiPrisijunkite, kad naudotumėte DI mentorių
PrisijungtiPradinės schemos nėra
Ši užduotis prasideda be lentelių — sukursite jas naudodami CREATE TABLE.