share table schema + migration
Some checks are pending
Node.js CI / build (push) Waiting to run

This commit is contained in:
Francis Cao 2026-01-14 15:33:06 -08:00
parent b6013c3ee8
commit 889a404650
3 changed files with 61 additions and 2 deletions

View file

@ -95,6 +95,13 @@ export const EVENT_TYPE = {
pixelEvent: 4,
} as const;
export const ENTITY_TYPE = {
website: 1,
link: 2,
pixel: 3,
board: 4,
} as const;
export const DATA_TYPE = {
string: 1,
number: 2,