1: <?php 2: namespace phpcassa\Schema\DataType;
3: 4: /**
5: * Performs no transformation or validation of the data.
6: *
7: * This is the default type for all data in Cassandra.
8: *
9: * @package phpcassa\Schema\DataType
10: */11: classBytesTypeextends CassandraType { }
12: