lithium\data\source\database\adapter\Sqlite3::$_metas

protected property

Column specific metas used on table creating By default 'quote' is false and 'join' is ' '

Source

	protected $_metas = [
		'column' => [
			'collate' => ['keyword' => 'COLLATE', 'escape' => true]
		]
	];