chore: generate
This commit is contained in:
parent
b32f071502
commit
e4eb98b991
24 changed files with 215 additions and 568 deletions
|
|
@ -9,10 +9,7 @@ export const ReferralTable = mysqlTable(
|
|||
...timestamps,
|
||||
inviteeAccountID: ulid("invitee_account_id").notNull(),
|
||||
},
|
||||
(table) => [
|
||||
...workspaceIndexes(table),
|
||||
uniqueIndex("referral_invitee_account_id").on(table.inviteeAccountID),
|
||||
],
|
||||
(table) => [...workspaceIndexes(table), uniqueIndex("referral_invitee_account_id").on(table.inviteeAccountID)],
|
||||
)
|
||||
|
||||
export const ReferralRewardTable = mysqlTable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue