/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/drizzle-orm/primary-key.js
12 строк
253 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
import { entityKind } from "./entity.js"; class PrimaryKey { constructor(table, columns) { this.table = table; this.columns = columns; } static [entityKind] = "PrimaryKey"; } export { PrimaryKey }; //# sourceMappingURL=primary-key.js.map