例如,我想给待办事项这个表(todos)的完成状态字段(done)添加索引。 设置indices 即可: @Entity( tableName = "todos", indices = [Index(value = [" ...
確定! 回上一頁