Follows DB
Table: follows
name | type | notes |
---|---|---|
id | String | |
created_at | DateTime | |
following_profile_id | String | Foreign key: |
profile_id | String | Foreign key: |
contract_address | String? | Profile Follow's NFT Item address |
block_timestamp | DateTime? | Profile Follow's NFT Item time of mint |
Unique constrains:
profile_id+following_profile_id
must be unique
Last updated