- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2017 09:00 AM
Error like - Column u_asset_liability already exists in this table or a table extended from it
How to create this column in computer table? This asset liability is n other table hardware but not display in computer table
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2017 11:24 AM
I'd do a dictionary search for that column name. I've never seen that come up erroneously.
If it's on a parent table, well, the column exists for this table then.
If it's on a child table, well, then you'll have to either make a new column name on computer, move the data that exists in the desired name to the temp. column name, delete the child table column you want to use, make the column name on computer, and move data from temp. column name to desired name.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2017 11:24 AM
I'd do a dictionary search for that column name. I've never seen that come up erroneously.
If it's on a parent table, well, the column exists for this table then.
If it's on a child table, well, then you'll have to either make a new column name on computer, move the data that exists in the desired name to the temp. column name, delete the child table column you want to use, make the column name on computer, and move data from temp. column name to desired name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 06:57 AM
Run "gs.invalidateCache();" in Script background after the delete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 06:32 AM
that worked for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 09:40 AM
If the solution suggested by verdakosnett does not work for you, you may want to try this:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0622484
Regards,
N.