Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8470967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:39:55+00:00 2026-06-10T16:39:55+00:00

I have such a table: +———+————–+——+—–+——————-+—————————–+ | Field | Type | Null | Key

  • 0

I have such a table:

+---------+--------------+------+-----+-------------------+-----------------------------+
| Field   | Type         | Null | Key | Default           | Extra                       |
+---------+--------------+------+-----+-------------------+-----------------------------+
| id      | int(11)      | NO   | PRI | NULL              | auto_increment              |
| url     | varchar(255) | YES  | UNI | NULL              |                             |
| ts      | timestamp    | NO   |     | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
| content | longblob     | YES  |     | NULL              |                             |
| source  | varchar(255) | YES  |     | NULL              |                             |
| state   | int(11)      | NO   |     | 0                 |                             |
+---------+--------------+------+-----+-------------------+-----------------------------+

I’d like the id to stay the only PRIMARY KEY and I’d like to add field “VERSION” which will be unique.

What I want is to create unique pair (url, version) unique together but not separately. How can I do that? Should I add field version just like that, alter url so it’s not unique and then add constraint?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:39:56+00:00Added an answer on June 10, 2026 at 4:39 pm

    If what you’re looking for is to store multiple versions of the same URL together in the table, then yes, what you need to do is:

    1. Drop the unique constraint on URL
    2. Add non-unique column version (assume integer here)
    3. Create unique constraint or index on (url, version). I would suggest an index since I think that should make the unique checks faster.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have such a MYSQL table `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `screen_name` text
I have such table: CREATE TABLE employee ( id INTEGER DEFAULT NEXTVAL('ids'::regclass) NOT NULL,
if we have table such: create table x( id int primary key, something_else_1 int,
I have such SQL which select, group and order Url field from Statistic table.
Suppose I have a system where I have metadata such as: table: ====== key
I have a table such as: PK_ID LOCATION_ID LOCATION_TEXT 1 21 NULL 2 44
I have such table: Table test_seq ------------------------------------------------ Column | Type | Modifiers ------------------------------------------------ account_id
say I have text such as CREATE TABLE blah blah ( `id` int not
i have such mysql db table: id name surname number 1 emil asadi 26
I have a table such as: table a +------+-------+ | v1 | v2 |

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.