Skip to content

Instantly share code, notes, and snippets.

View yiangos's full-sized avatar

Yiannis Vavouranakis yiangos

View GitHub Profile
@yiangos
yiangos / saindex_database.sql
Created August 28, 2012 12:33
Database schema for sequential art webcomic searchable index application
-- Database: `sa_index`
--
CREATE DATABASE `sa_index` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `sa_index`;
-- --------------------------------------------------------
--
-- Structure for table `arc`
--