Version History
enable version history for a table to automatically save past versions of individual rows, which can be restored to the previous content
Entity-Attribute Pattern
with JSON fields – complex, highly heterogeneous data can be captured with the entity-attribute value pattern using JSON fields. This enables database tables with large scale optional fields based on unique conditions.
Import/Export CSV Files
import spreadsheet files (CSV format) into existing tables to add rows or to modify existing rows. Or create a new table by uploading a CSV file, which defines your fields for you. Download database tables as CSV files.