In my app I want to add properties to the user class. How should I do it? My current solution is to create Users table in th database, but I just read that Asp.Net provides out-of-the-box users regis
I am trying to design a database for creating a school syllabus. In a nutshell, all classrooms can be active for 10 hours from 8.00am to 18.00 pm. How to create the database to answer the below ?开发者
I have a school assignment to design a database and to include: * 2 stored procedures * 2 开发者_JS百科functions
I have a mysql database containing tables like User, playlist, videos, tags. Based on this I would like to collect the user activity on the application. the example use cases may be :
To add additional user profile information in Django, it seems that using AUTH_PROFILE_MODEL is the suggested way to go.
I have a working SQLite database that holds information about video files.The current design is as pictured below.However, the boss has decided to make some changes.
I have a website which I have been working on creating very rapidly, and now am paying back some technical debt.I have a complicated issue:
I have users as Redis Hashes and want to find similar users (given a particular user) based on salary and age.
I have 开发者_运维技巧an invitations table in my database, which has got a from and to columns, which are both foreign keys for the userId column in my users table.
I am creating a database of structures that can be of different types. Each of the types has a set of unique attributes such as the materials, shape, properties related specifically to the type of str