entity 수정
This commit is contained in:
@@ -310,6 +310,7 @@ export const ColumnTableSection: React.FC<ColumnTableSectionProps> = ({
|
||||
onChange={(value) => onDefaultValueChange(column.columnName, value)}
|
||||
className="h-6 border-gray-200 text-xs focus:border-green-400 focus:ring-0"
|
||||
placeholder="기본값 입력..."
|
||||
tableName={tableName}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user