Revision bb79385a843093b7744090111fad7323af9c13d0 authored by Christophe Maudoux on 10 March 2019, 21:53:41 UTC, committed by Christophe Maudoux on 10 March 2019, 21:53:41 UTC
1 parent 19c26e2
Raw File
apache-session-mysql.sql
CREATE TABLE sessions (
		id char(32) not null primary key,
		a_session text
		);

back to top