数据库表字段
static Map<String, String> dbColumns() { return {"id": "INTEGER PRIMARY KEY", "data": "TEXT"}; }