Files
huike-back/htyws_models/migrations/2022-08-02-194353_add_task_fields/up.sql
T

9 lines
110 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table ref_resources
add task jsonb;
alter table scores
add task jsonb;