Subject Table without any primary key... good or not ?
Author svanderclock
hello,

a table that have no primary key (cause don't need) it's good or not ?

the table it's only to log the error in the app

Table Error_Log
Date Timestamp default 'NOW'
Data Varchar(10000)

or i must add an primary key, even if we will never use it ?

stephane