GHHG10's picture
download
raw
264 Bytes
import { mysqlTable, primaryKey } from "drizzle-orm/mysql-core"
import { id, timestamps } from "../drizzle/types"
export const AccountTable = mysqlTable(
"account",
{
id: id(),
...timestamps,
},
(table) => [primaryKey({ columns: [table.id] })],
)

Xet Storage Details

Size:
264 Bytes
·
Xet hash:
ccc69a18b7d7999e017d6033ae0d80e64c82531581b7eaff089a969420808203

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.