4 lines
126 B
MySQL
4 lines
126 B
MySQL
|
|
-- add column to hold the raw scoring data that the client posted.
|
||
|
|
|
||
|
|
alter table scores add column scoring_data varchar(4000);
|