7 lines
131 B
MySQL
7 lines
131 B
MySQL
|
|
-- +goose Up
|
||
|
|
-- +goose StatementBegin
|
||
|
|
ALTER TABLE annotation ADD COLUMN rated_at datetime;
|
||
|
|
-- +goose StatementEnd
|
||
|
|
|
||
|
|
-- +goose Down
|
||
|
|
|