[GH-ISSUE #1668] [FR] Support the Date Created property #637

Closed
opened 2026-03-23 20:39:03 +00:00 by mirror · 6 comments
Owner

Originally created by @annieappflowy on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1668

Originally assigned to: @zoli on GitHub.

Description

Allow users to use an automatically updated field to indicate when a row was created

Impact

Database users

Additional Context

No response

Originally created by @annieappflowy on GitHub (Jan 5, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1668 Originally assigned to: @zoli on GitHub. ### Description Allow users to use an automatically updated field to indicate when a row was created ### Impact Database users ### Additional Context _No response_
mirror 2026-03-23 20:39:03 +00:00
  • closed this issue
  • added the
    grid
    label
Author
Owner

@zoli commented on GitHub (Jan 28, 2023):

If I'm getting this and existing code correctly implementing this and #1669 feature requires some changes in rust part right?
Maybe created_at on row entity? What about updated_at? It should be on field entity and calculate the latest as for row's updated_at?

<!-- gh-comment-id:1407310552 --> @zoli commented on GitHub (Jan 28, 2023): If I'm getting this and existing code correctly implementing this and #1669 feature requires some changes in rust part right? Maybe `created_at` on row entity? What about `updated_at`? It should be on field entity and calculate the latest as for row's `updated_at`?
Author
Owner

@annieappflowy commented on GitHub (Apr 12, 2023):

Hi @zoli , it requires some coding in Rust. Please let me know if you are interested in working on it. This feature is planned to release this quarter.

<!-- gh-comment-id:1505142786 --> @annieappflowy commented on GitHub (Apr 12, 2023): Hi @zoli , it requires some coding in Rust. Please let me know if you are interested in working on it. This feature is planned to release this quarter.
Author
Owner

@zoli commented on GitHub (Apr 13, 2023):

Hi @zoli , it requires some coding in Rust. Please let me know if you are interested in working on it. This feature is planned to release this quarter.

Sure, I would like to work on this (specially because of Rust part :D) but probably after getting at least some parts of table plugin merged. I'm working on that currently. I don't know if that is OK or not (regarding to the release timeline).

<!-- gh-comment-id:1507623843 --> @zoli commented on GitHub (Apr 13, 2023): > Hi @zoli , it requires some coding in Rust. Please let me know if you are interested in working on it. This feature is planned to release this quarter. Sure, I would like to work on this (specially because of Rust part :D) but probably after getting at least some parts of table plugin merged. I'm working on that currently. I don't know if that is OK or not (regarding to the release timeline).
Author
Owner

@zoli commented on GitHub (May 4, 2023):

@annieappflowy, I would like to take on this issue.
Just to make the issue clear. There should be a created_at property which should get created automatically right? And they can hide it if they want.

<!-- gh-comment-id:1534342522 --> @zoli commented on GitHub (May 4, 2023): @annieappflowy, I would like to take on this issue. Just to make the issue clear. There should be a `created_at` property which should get created automatically right? And they can hide it if they want.
Author
Owner

@annieappflowy commented on GitHub (May 4, 2023):

Yes, it's a property type that the user can add to their database. When a new row is created, this property's value is auto-filled.
If they choose to hide this column, then it won't be displayed.

<!-- gh-comment-id:1534362692 --> @annieappflowy commented on GitHub (May 4, 2023): Yes, it's a property type that the user can add to their database. When a new row is created, this property's value is auto-filled. If they choose to hide this column, then it won't be displayed.
Author
Owner

@zoli commented on GitHub (Jun 8, 2023):

Now that develop is merged to main branch, I think this issue can get closed.

<!-- gh-comment-id:1582104830 --> @zoli commented on GitHub (Jun 8, 2023): Now that develop is merged to main branch, I think this issue can get closed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#637
No description provided.