mirror of
				https://github.com/chartdb/chartdb.git
				synced 2025-11-04 05:53:15 +00:00 
			
		
		
		
	fix: reset increment and default when change field (#896)
This commit is contained in:
		@@ -179,6 +179,8 @@ export const TableField: React.FC<TableFieldProps> = ({
 | 
				
			|||||||
                characterMaximumLength,
 | 
					                characterMaximumLength,
 | 
				
			||||||
                precision,
 | 
					                precision,
 | 
				
			||||||
                scale,
 | 
					                scale,
 | 
				
			||||||
 | 
					                increment: undefined,
 | 
				
			||||||
 | 
					                default: undefined,
 | 
				
			||||||
                type: dataTypeDataToDataType(
 | 
					                type: dataTypeDataToDataType(
 | 
				
			||||||
                    dataType ?? {
 | 
					                    dataType ?? {
 | 
				
			||||||
                        id: value as string,
 | 
					                        id: value as string,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user