gosora/schema/mysql/query_postchunks.sql
Azareal 78fbbcda21 Optimise template generator.
Optimise mysql adapter.
Add TokenScope to mysql adapter.
Add SimpleBulkInsert() to installer.
Optimise panel.Plugins() route.
2021-04-30 08:33:02 +10:00

4 lines
93 B
SQL

CREATE TABLE `postchunks`(
`count` int DEFAULT 0 not null,
`createdAt` datetime not null
);