Ariel Mashraki

Results 237 comments of Ariel Mashraki

Thanks for the reminder @ivanvanderbyl. This feature was actually implemented by Atlas a long time ago and the binding between the two packages was a small annotation change. It is...

Thanks for the kind words @BeatsKitano 🙏 Unfortunately, composite primary-keys are allowed only in [edge schemas](https://entgo.io/docs/schema-edges/#edge-schema) at this stage. Ent should reject this on codegen time with a better error...

Until multi-schema will be supported in Ent migration (with Atlas), you can achieve this today using `DiffHooks` as Atlas ready supports this. Please, see the example in this PR: https://github.com/ent/ent/pull/2804

Hey @rickypai, any update on this PR?

> But I want to generate it like: deleted_at DATETIME NOT NULL DEFAULT "0000-00-00 00:00:00" The following example should work, and I just verified it locally. ```go field.Time("deleted_at"). SchemaType(map[string]string{ dialect.MySQL:...

I’ll give it a look of course. Thanks for reporting this. I think we can close this one and move the discussion to #2842.

Thanks for your contribution @EricMasonFa. I'll review it later today or tomorrow 😃

Hey @covrom, and thanks for your contribution! Please see my comment in [#360](https://github.com/facebookincubator/ent/issues/360#issuecomment-591561270). If you're blocked and want to use this feature, you can always generate these extra changes using...

Hey @asonawalla and thanks for raising up this issue! I'll answer about it briefly and add more details about it tomorrow (it's a holiday evening atm here). The only place...

Hey, the privacy doc is available now in [entgo.io/docs/privacy](https://entgo.io/docs/privacy/).