Cameron
Cameron
> Serial IIRC is an alias in PG that sets the id as unsigned, auto-incrementing, int. 🤔 we could probably change it to something similiar to what we use in...
Seems like its the first Primary:  However I am not even sure why Strapi is wanting to alter this column as nothing is changing about it Here are the...
> ooooooo I think that's a legacy thing from before we upgraded to knex v1 You're referring to the fact that Strapi is trying to alter a column but alter...
Does the Nuxt JS one still need to be updated, I couldn't see an issue but I could do it for nuxt
Just finished up writing tests for my plugin hence why I want to write an article :) https://github.com/excl-networks/strapi-plugin-ezforms/tree/master/tests
> Hello @Cpaczek 👋 Could you confirm if you are writing this article? Yes I plan on writing this, I don't have a firm timeline right now.
@joshuaellis
Just re-read the original issue. seems like they want to be able to do this via the content API, this PR just allows users to do it using the Strapi...
@joshuaellis Ya, I can add some tests. In regard to adding it to content API it's not really designed to interact with REST as it uses a nodejs buffer, we...
@joshuaellis I added a test, let me know if this is what you're looking for. Also, I couldn't figure out how to run it locally so I just pushed, hopefully,...