-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
Hi
I'm interested to know how I might create a collection of columns that can be reused across multiple tables.
For example, this is what I'm trying - though its not working:
let now:Value = Value('now()');
let created = {
createdAt: {
type: 'timestamp',
notNull: true,
default: now,
}}
The idea being, I could create columns that are commonly used, such as createdAt and modifiedAt and reuse them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels