Système de gestion scolaire dans CodeIigniter Téléchargement gratuit

--
-- Database: `schoolmanagement`
--

-- --------------------------------------------------------

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` int(11) NOT NULL,
  `name` varchar(30) NOT NULL,
  `state_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Crowded Civet