普通文本  |  8行  |  116 B

UP_SQL = """
CREATE INDEX name_index ON afe_jobs (name);
"""

DOWN_SQL = """
DROP INDEX name_index ON afe_jobs;
"""