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)
Can't create int-autoincrement primary key on sqlite using EF Core
I'm trying to create a simple table where the primary key is an autoincrementing integer.
So what I did is, create that .NET class and tried to create the migration.
this is the class-entity:
public c...
Matthias Burger
Votes: 0
Answers: 2
How I can use an auto increment in java for a register system?
I'm creating a register system for students using files, while I use the program the auto increment works fine, but when I ruin it again, the autoincremnt returns 1, also I am not allowed to use MySQ...
Web777Ms
Votes: 0
Answers: 1
UUID and auto increment INT as primay key for diffrent tables in one db
I have a database with about 100 tables, I want to add REST API requests connected with some tables. I don't want to expose id from the database directly to the request so I want to change PK (primary...
David
Votes: 0
Answers: 0
auto filling varchar column in MySQL
StudentID
Name
stu001
Ann
stu002
James
I want to create a table with auto filling StudentID column (it's a varchar column).
I found various methods to use identity in SQL Server. but I c...
Damidu Shalinda
Votes: 0
Answers: 0