README.md 291 Bytes
Newer Older
汪林玲's avatar
汪林玲 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# 小熊有好货统计

```sql
CREATE TABLE IF NOT EXISTS Statistical (
    id TEXT NOT NULL,
    event INT,
    type INT,
    amount INT
)
```


### 引入说明
xxstatistical:
    git:
        url: 'git@git.xiaomanxiong.com:flutter-plugin/xxapp-statistical.git'
        ref: 'null-safety'