9 lines
123 B
SQL
9 lines
123 B
SQL
|
|
-- Your SQL goes here
|
||
|
|
|
||
|
|
alter table daka
|
||
|
|
add teachers jsonb;
|
||
|
|
|
||
|
|
-- 具体格式: { teacher_id: xxx, teacher_name: yyy }
|
||
|
|
|
||
|
|
|