Message
Message
Message
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Gazdă: localhost
-- Timp de generare: feb. 15, 2022 la 05:44 PM
-- Versiune server: 10.6.5-MariaDB-1:10.6.5+maria~buster
-- Versiune PHP: 7.4.27
--
-- Bază de date: `baza_fivem`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `advanced_vehicles`
--
--
-- Eliminarea datelor din tabel `advanced_vehicles`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `advanced_vehicles_inspection`
--
--
-- Eliminarea datelor din tabel `advanced_vehicles_inspection`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `advanced_vehicles_services`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `advanced_vehicles_upgrades`
--
--
-- Eliminarea datelor din tabel `advanced_vehicles_upgrades`
--
--
-- Structură tabel pentru tabel `phone_app_chat`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `phone_calls`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `phone_messages`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `phone_users_contacts`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `playlists`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `playlist_songs`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `stocks`
--
--
-- Eliminarea datelor din tabel `stocks`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `twitter_accounts`
--
--
-- Eliminarea datelor din tabel `twitter_accounts`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `twitter_likes`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `twitter_tweets`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_arme`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_business`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_srv_data`
--
--
-- Eliminarea datelor din tabel `vrp_srv_data`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_turfs`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_users`
--
--
-- Eliminarea datelor din tabel `vrp_users`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_business`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_data`
--
--
-- Eliminarea datelor din tabel `vrp_user_data`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_homes`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_identities`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_ids`
--
--
-- Eliminarea datelor din tabel `vrp_user_ids`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `vrp_user_vehicles`
--
--
-- Eliminarea datelor din tabel `vrp_user_vehicles`
--
-- --------------------------------------------------------
--
-- Structură tabel pentru tabel `yellowpages_posts`
--
--
-- Indexuri pentru tabele eliminate
--
--
-- Indexuri pentru tabele `advanced_vehicles`
--
ALTER TABLE `advanced_vehicles`
ADD PRIMARY KEY (`vehicle`,`user_id`,`plate`) USING BTREE;
--
-- Indexuri pentru tabele `advanced_vehicles_inspection`
--
ALTER TABLE `advanced_vehicles_inspection`
ADD PRIMARY KEY (`vehicle`,`user_id`,`plate`,`item`) USING BTREE;
--
-- Indexuri pentru tabele `advanced_vehicles_services`
--
ALTER TABLE `advanced_vehicles_services`
ADD PRIMARY KEY (`id`) USING BTREE,
ADD KEY `vehicle` (`vehicle`) USING BTREE,
ADD KEY `user_id` (`user_id`) USING BTREE,
ADD KEY `plate` (`plate`) USING BTREE;
--
-- Indexuri pentru tabele `advanced_vehicles_upgrades`
--
ALTER TABLE `advanced_vehicles_upgrades`
ADD PRIMARY KEY (`vehicle`,`user_id`,`plate`,`class`) USING BTREE;
--
-- Indexuri pentru tabele `phone_app_chat`
--
ALTER TABLE `phone_app_chat`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `phone_calls`
--
ALTER TABLE `phone_calls`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `phone_messages`
--
ALTER TABLE `phone_messages`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `phone_users_contacts`
--
ALTER TABLE `phone_users_contacts`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `playlists`
--
ALTER TABLE `playlists`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `playlist_songs`
--
ALTER TABLE `playlist_songs`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `stocks`
--
ALTER TABLE `stocks`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `twitter_accounts`
--
ALTER TABLE `twitter_accounts`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `username` (`username`);
--
-- Indexuri pentru tabele `twitter_likes`
--
ALTER TABLE `twitter_likes`
ADD PRIMARY KEY (`id`),
ADD KEY `FK_twitter_likes_twitter_accounts` (`authorId`),
ADD KEY `FK_twitter_likes_twitter_tweets` (`tweetId`);
--
-- Indexuri pentru tabele `twitter_tweets`
--
ALTER TABLE `twitter_tweets`
ADD PRIMARY KEY (`id`),
ADD KEY `FK_twitter_tweets_twitter_accounts` (`authorId`);
--
-- Indexuri pentru tabele `vrp_business`
--
ALTER TABLE `vrp_business`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `vrp_srv_data`
--
ALTER TABLE `vrp_srv_data`
ADD PRIMARY KEY (`dkey`);
--
-- Indexuri pentru tabele `vrp_turfs`
--
ALTER TABLE `vrp_turfs`
ADD PRIMARY KEY (`id`),
ADD KEY `id` (`id`);
--
-- Indexuri pentru tabele `vrp_users`
--
ALTER TABLE `vrp_users`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `vrp_user_business`
--
ALTER TABLE `vrp_user_business`
ADD PRIMARY KEY (`user_id`);
--
-- Indexuri pentru tabele `vrp_user_data`
--
ALTER TABLE `vrp_user_data`
ADD PRIMARY KEY (`user_id`,`dkey`);
--
-- Indexuri pentru tabele `vrp_user_homes`
--
ALTER TABLE `vrp_user_homes`
ADD PRIMARY KEY (`user_id`);
--
-- Indexuri pentru tabele `vrp_user_ids`
--
ALTER TABLE `vrp_user_ids`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id_2` (`id`),
ADD KEY `fk_user_ids_users` (`user_id`),
ADD KEY `id` (`id`),
ADD KEY `identifier` (`identifier`);
--
-- Indexuri pentru tabele `vrp_user_vehicles`
--
ALTER TABLE `vrp_user_vehicles`
ADD PRIMARY KEY (`id`);
--
-- Indexuri pentru tabele `yellowpages_posts`
--
ALTER TABLE `yellowpages_posts`
ADD PRIMARY KEY (`id`),
ADD KEY `FK_yellowpages_posts_twitter_accounts` (`authorId`);
--
-- AUTO_INCREMENT pentru tabele eliminate
--
--
-- AUTO_INCREMENT pentru tabele `advanced_vehicles_services`
--
ALTER TABLE `advanced_vehicles_services`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `phone_app_chat`
--
ALTER TABLE `phone_app_chat`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `phone_calls`
--
ALTER TABLE `phone_calls`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `phone_messages`
--
ALTER TABLE `phone_messages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `phone_users_contacts`
--
ALTER TABLE `phone_users_contacts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `playlists`
--
ALTER TABLE `playlists`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `playlist_songs`
--
ALTER TABLE `playlist_songs`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `stocks`
--
ALTER TABLE `stocks`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=248;
--
-- AUTO_INCREMENT pentru tabele `twitter_accounts`
--
ALTER TABLE `twitter_accounts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT pentru tabele `twitter_likes`
--
ALTER TABLE `twitter_likes`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `twitter_tweets`
--
ALTER TABLE `twitter_tweets`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `vrp_business`
--
ALTER TABLE `vrp_business`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pentru tabele `vrp_users`
--
ALTER TABLE `vrp_users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT pentru tabele `vrp_user_ids`
--
ALTER TABLE `vrp_user_ids`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106;
--
-- AUTO_INCREMENT pentru tabele `vrp_user_vehicles`
--
ALTER TABLE `vrp_user_vehicles`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=170;
--
-- AUTO_INCREMENT pentru tabele `yellowpages_posts`
--
ALTER TABLE `yellowpages_posts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- Constrângeri pentru tabele eliminate
--
--
-- Constrângeri pentru tabele `twitter_tweets`
--
ALTER TABLE `twitter_tweets`
ADD CONSTRAINT `FK_twitter_tweets_twitter_accounts` FOREIGN KEY (`authorId`)
REFERENCES `twitter_accounts` (`id`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;