-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
PRISMADB DECRYPT t1.a;
SHOW COLUMNS FROM t1;
> Query OK, 0 rows affected (1.00 sec)
> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> | Field | Type | Null | Key | Default | Extra | Encryption |
> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> | a | double | YES | | NULL | | Addition, Multiplication, Range |
> | b | int | YES | | NULL | | Addition, Multiplication, Range |
> | c | varchar(100) | YES | | NULL | | Store, Search |
> | d | timestamp | NO | | CURRENT_TIMESTAMP | | None |
> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> 4 rows in set (0.01 sec)
There does not seem to be any change in the Encryption of the column that should no longer be encrypted any longer.