3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
ALTER TABLE `users`
|
||
|
ADD `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP;
|