Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AutoMigrate #3 #830

Closed

Conversation

reski-rukmantiyo
Copy link
Contributor

@reski-rukmantiyo reski-rukmantiyo commented Jul 9, 2024

Extended from: #725
Closes: #723, #888

  • support for primary_key, auto_increment, not_null, unique, index, and unique_index,check,comment in gofr tags : change into sql meta tag
  • support for int, float, bool, string and time.Time in JSON type
  • support foreign key as well

reski-rukmantiyo and others added 30 commits May 22, 2024 06:20
feat: Add comment in sql comment
feat: Add check in sql comment
… table and also reverse statement for drop to prevent unable to drop table due to FK
@Umang01-hash
Copy link
Contributor

@reski-rukmantiyo Seems like you have some failing test and linters. Please fix them

@ccoVeille
Copy link
Contributor

I reviewed the wrong PR, 😱🤦‍♂️

Please take a look at them anyway

@srijan-27
Copy link
Contributor

@reski-rukmantiyo - Just wanted to know if you are working on this?

@reski-rukmantiyo
Copy link
Contributor Author

@reski-rukmantiyo - Just wanted to know if you are working on this?

Hi, still working on it. Need more time to fix this. Thanks

@Umang01-hash
Copy link
Contributor

@reski-rukmantiyo Hey!
Hope you are still involved in the PR.
Please let us know if you want any help regarding the issue or the PR.

thankyou

@srijan-27
Copy link
Contributor

@Umang01-hash - Seems like @reski-rukmantiyo has been busy, can you please take this up.

@Umang01-hash
Copy link
Contributor

Umang01-hash commented Aug 19, 2024

The work of this PR has been addressed and continued in PR #930. Closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to make primary key autoincrement in postgres [WIP] Support for AutoMigrate SQL
5 participants