TimestampConfig
Summary
Resolved timestamp column names for a table.
Signature
type TimestampConfig = {
createdAt: string;
updatedAt: string;
};
Resolved timestamp column names for a table.
type TimestampConfig = {
createdAt: string;
updatedAt: string;
};