Files
huike-back/htyws_models/migrations/2023-11-24-161407_add_students_to_daka/up.sql
T

7 lines
66 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table daka
add students jsonb;