In the last episode (Nov 10), James Tu said:
> I'm going use MySQL to log transactions so that I can report on them
> later.
> Ex:
>
> CREATE TABLE statistics (
>id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT
> , user_id BIGINT UNSIGNED
> , entity_id INT UNSIGNED
> , transacti
Hi:
I'm going use MySQL to log transactions so that I can report on them
later.
Ex:
CREATE TABLE statistics (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT
, user_id BIGINT UNSIGNED
, entity_id INT UNSIGNED
, transaction_type INTEGER(2) UNSIGNED
, datetime_logged DATET