discourse-subscriptions/db
Bianca Nenciu f47400a9b1
DEV: Fix mismatched column types (#240)
The primary key is usually a bigint column, but the foreign key columns
are usually of integer type. This can lead to issues when joining these
columns due to mismatched types and different value ranges.
2024-10-10 16:29:35 +03:00
..
migrate DEV: Fix mismatched column types (#240) 2024-10-10 16:29:35 +03:00