Gameghostify

Results 5 comments of Gameghostify

+1, this would be great to have

Running into this issue as well, if anyone knows of a workaround it would be greatly appreciated

Also have this issue; there is no `SchemaAttribute` so I have to include it in my `TableAttribute`, like this: ```cs [Table("user.accounts")] public class UserModel { [Key] [Column("id")] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int...

Alright I've looked into the repository and found out that the OrmConventions class actually gets the schema name from the `TableAttribute` If you had the same problem as I did...

You should be able to use [Symbol.for](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/for) to access the `maxAge` symbol. Can you swap it out that way?