Files
huike-back/htykc_models/migrations/2026-04-30-100000_create_course_package/down.sql
T
weli 542fb2461a feat(htykc): add course_package CRUD with pagination and org scoping
Introduce course_package table and API for selling course templates.
Supports teacher-owned and org-wide active package queries with keyword
search, sort order, and pagination.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 08:15:12 +08:00

2 lines
37 B
SQL

DROP TABLE IF EXISTS course_package;