All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.stats.V1__trick_stats.sql Maven / Gradle / Ivy

There is a newer version: 1.0.177
Show newest version
create table trick_stats
(
    -- the trick these stats are associated with
    trick       integer not null primary key,

    prefix_uses integer,
    slash_uses  integer
) without rowid;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy