gosora/schema/mssql/query_activity_subscription...

6 lines
172 B
MySQL
Raw Permalink Normal View History

CREATE TABLE [activity_subscriptions] (
2022-02-21 03:16:15 +00:00
[user] int not null,
[targetID] int not null,
[targetType] nvarchar (50) not null,
[level] int DEFAULT 0 not null
);