How to implement interface for table?
Say I have an interface of User
and this is how I declare my schema
How do I make sure that the user table implement the User interface that I have declared?
and this is how I declare my schema
How do I make sure that the user table implement the User interface that I have declared?