Hello All, We have a table (tbl_production) and it has a filed (ID) which is of data type bigint. When we create a view on this table, we notice the (ID) filed is of data type int. Compared the schemas and noticed that both are same for the view and table.
Any idea on what caused this?