8 lines
131 B
MySQL
8 lines
131 B
MySQL
|
|
|
||
|
|
USE `viscord`;
|
||
|
|
|
||
|
|
ALTER TABLE `messages`
|
||
|
|
ADD COLUMN `t_sent` BIGINT UNSIGNED AFTER `text`;
|
||
|
|
|
||
|
|
INSERT INTO `migrations` ()
|
||
|
|
VALUES ();
|