python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
System.Text.Json.JsonException: The JSON value could not be converted to Entities.UserCard. Path: $[0].Cards
This is my program class where the migration is going to start
public class Program
{
public static async Task Main(string[] args)
{
var host = CreateHostBuilder(args).Build();
...
Alejandro V
Votes: 0
Answers: 1
Setting default value in laravel migration issue
In my laravel application, I have two tables called users, and stat_user.
In my stat_user table I need to add a new column called, added_by.
added_by is a foreign key.
default value of added_by, has t...
Volka Dimitrev
Votes: 0
Answers: 1
CreatedAt mixin (base class) in python SQLModel
I'm using SQLModel and would like to define base class with created_at field to inherit from it in others models.
class CreatedAtMixin(SQLModel):
created_at: datetime = Field(default=datetime.now(...
Nikita
Votes: 0
Answers: 1
Awd dms permission issue while transferring data from cluster to cluster in sql
When applied got the error in status as running with errors, and in logs i am only able to find one error "Failed to get table definition for 'awsdms_control'. 'awsdms_apply_exceptions', checking...
Akhil K
Votes: 0
Answers: 1