3 lines
68 B
MySQL
3 lines
68 B
MySQL
|
ALTER TABLE commenters
|
||
|
ADD passwordHash TEXT NOT NULL DEFAULT '';
|