* feat: add support for PostgreSQL table inheritance in schema export
* fixed the suggested changes in the inheritance feature
* Update src/components/EditorSidePanel/TablesTab/TableField.jsx
Co-authored-by: 1ilit <1ilit@proton.me>
* fixed all the comments
* feat: finalize Postgres table inheritance support with fixes and formatting
---------
Co-authored-by: kishansinghifs1 <kishansingh956196@gmai.com>
Co-authored-by: 1ilit <1ilit@proton.me>
* Add dnd for tables and fields
* Fix inputs
* Decouple ids and indecies in the editor
* Decouple ids and indecies in utils
* Fix field indexes
* Use nanoid instead of numberic ids for fields and tables
* Fix review comments