Get in touch.

It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference.

-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 05, 2022 at 10:36 PM
-- Server version: 10.4.22-MariaDB
-- PHP Version: 8.1.1

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `texasran_main`
--

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

--
-- Table structure for table `texasran_bkr_lic`
--

CREATE TABLE `texasran_bkr_lic` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `license_state` varchar(20) NOT NULL,
  `licnese_no` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_newsletter`
--

CREATE TABLE `texasran_newsletter` (
  `ID` int(11) NOT NULL,
  `active` char(3) NOT NULL DEFAULT 'yes',
  `visitorname` varchar(80) NOT NULL DEFAULT '',
  `visitoremail` varchar(80) NOT NULL DEFAULT '',
  `state` varchar(40) NOT NULL DEFAULT '',
  `creation_date` date NOT NULL DEFAULT '0000-00-00'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_pdfimages`
--

CREATE TABLE `texasran_pdfimages` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `caption` varchar(255) NOT NULL DEFAULT '',
  `file_name` varchar(80) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `listing_id` int(11) NOT NULL DEFAULT 0,
  `rank` int(11) NOT NULL DEFAULT 1,
  `active` char(3) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_pdfimages`
--

INSERT INTO `texasran_pdfimages` (`ID`, `user_id`, `caption`, `file_name`, `description`, `listing_id`, `rank`, `active`) VALUES
(1, 0, 'boots', '1_quilt-boots1.pdf', '', 1, 1, 'yes');

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

--
-- Table structure for table `texasran_phones`
--

CREATE TABLE `texasran_phones` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `phone_type` varchar(30) NOT NULL,
  `phone_no` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_propertydb`
--

CREATE TABLE `texasran_propertydb` (
  `ID` int(11) NOT NULL,
  `user_ID` int(11) NOT NULL DEFAULT 0,
  `assoc` varchar(10) NOT NULL,
  `ladID` varchar(20) NOT NULL,
  `Title` varchar(80) NOT NULL DEFAULT '',
  `acreage` varchar(20) NOT NULL DEFAULT '',
  `class` varchar(20) NOT NULL DEFAULT '',
  `notes` text NOT NULL,
  `expiration` date NOT NULL DEFAULT '1000-01-01',
  `creation_date` date NOT NULL DEFAULT '1000-01-01',
  `last_modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `hitcount` int(11) NOT NULL DEFAULT 0,
  `featured` char(3) NOT NULL DEFAULT 'no',
  `expira_notif` char(3) NOT NULL DEFAULT 'no',
  `active` char(3) NOT NULL DEFAULT 'yes',
  `status` varchar(40) NOT NULL DEFAULT '',
  `state` varchar(40) NOT NULL DEFAULT '',
  `county` varchar(40) NOT NULL DEFAULT '',
  `countyregion` char(3) NOT NULL DEFAULT '0',
  `subregion` char(3) NOT NULL DEFAULT '0',
  `video` text NOT NULL,
  `un` varchar(4) NOT NULL DEFAULT 'yes',
  `rr` varchar(4) NOT NULL DEFAULT '',
  `hr` varchar(4) NOT NULL DEFAULT '',
  `ar` varchar(4) NOT NULL DEFAULT '',
  `tl` varchar(4) NOT NULL DEFAULT '',
  `lw` varchar(4) NOT NULL DEFAULT '',
  `cr` varchar(4) NOT NULL DEFAULT '',
  `ir` varchar(4) NOT NULL,
  `im` varchar(4) NOT NULL,
  `fun` varchar(4) NOT NULL,
  `mp` varchar(4) NOT NULL,
  `hol` varchar(4) NOT NULL,
  `de` varchar(4) NOT NULL,
  `trg` char(3) NOT NULL DEFAULT 'no',
  `The_close_city` text NOT NULL,
  `price` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_propertydb`
--

INSERT INTO `texasran_propertydb` (`ID`, `user_ID`, `assoc`, `ladID`, `Title`, `acreage`, `class`, `notes`, `expiration`, `creation_date`, `last_modified`, `hitcount`, `featured`, `expira_notif`, `active`, `status`, `state`, `county`, `countyregion`, `subregion`, `video`, `un`, `rr`, `hr`, `ar`, `tl`, `lw`, `cr`, `ir`, `im`, `fun`, `mp`, `hol`, `de`, `trg`, `The_close_city`, `price`) VALUES
(1, 1, '', '', 'My Big Test', '1000.00', '', '', '2021-05-29', '2020-05-29', '2022-04-11 15:34:46', 1290, '1', 'no', 'yes', 'Current', 'Texas', 'Bandera', '5', '31', 'https://www.youtube.com/watch?v=C_S7GnCQSxQ', '', '', '', '', '', '', '', '', '', '', '', '', 'yes', 'no', '', '');

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

--
-- Table structure for table `texasran_propertydb_data`
--

CREATE TABLE `texasran_propertydb_data` (
  `ID` int(11) NOT NULL,
  `listing_id` int(11) NOT NULL DEFAULT 0,
  `profile` text NOT NULL,
  `city` varchar(40) NOT NULL DEFAULT '',
  `address` varchar(40) NOT NULL DEFAULT '',
  `zip` varchar(12) NOT NULL DEFAULT '',
  `cover` text NOT NULL,
  `wildlife` text NOT NULL,
  `hunting` text NOT NULL,
  `utilities` text NOT NULL,
  `fencing` text NOT NULL,
  `trees` text NOT NULL,
  `terrain` text NOT NULL,
  `location` text NOT NULL,
  `plantation` varchar(4) NOT NULL,
  `price` varchar(20) NOT NULL DEFAULT '',
  `price_per_acre` text NOT NULL,
  `prop_history` text NOT NULL,
  `coastal` varchar(4) NOT NULL,
  `comment` text NOT NULL,
  `co_broker` varchar(40) NOT NULL,
  `improvements` text NOT NULL,
  `income` text NOT NULL,
  `water` text NOT NULL,
  `waterfront` varchar(4) NOT NULL,
  `minerals` text NOT NULL,
  `grasses` text NOT NULL,
  `guest_ranches` varchar(4) NOT NULL,
  `frontage` text NOT NULL,
  `easements` text NOT NULL,
  `equipment` text NOT NULL,
  `taxes` text NOT NULL,
  `soil` text NOT NULL,
  `leases` text NOT NULL,
  `access` text NOT NULL,
  `terms` text NOT NULL,
  `restrictions` text NOT NULL,
  `ranch_auction` varchar(4) NOT NULL,
  `land_auction` varchar(4) NOT NULL,
  `home_features` text NOT NULL,
  `old_price` varchar(20) NOT NULL,
  `out_buildings` text NOT NULL,
  `close_city` text NOT NULL,
  `vineyard` varchar(4) NOT NULL,
  `lat` varchar(40) NOT NULL,
  `lng` varchar(40) NOT NULL,
  `courtesy_listing` varchar(40) NOT NULL,
  `farm_auction` varchar(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_propertydb_data`
--

INSERT INTO `texasran_propertydb_data` (`ID`, `listing_id`, `profile`, `city`, `address`, `zip`, `cover`, `wildlife`, `hunting`, `utilities`, `fencing`, `trees`, `terrain`, `location`, `plantation`, `price`, `price_per_acre`, `prop_history`, `coastal`, `comment`, `co_broker`, `improvements`, `income`, `water`, `waterfront`, `minerals`, `grasses`, `guest_ranches`, `frontage`, `easements`, `equipment`, `taxes`, `soil`, `leases`, `access`, `terms`, `restrictions`, `ranch_auction`, `land_auction`, `home_features`, `old_price`, `out_buildings`, `close_city`, `vineyard`, `lat`, `lng`, `courtesy_listing`, `farm_auction`) VALUES
(1, 1, 'We gotta have a property description so here it is.', '', '', '', '', '', '', '', '', '', '', 'Somewhere over the rainbow', '', '401,000', '12', '', '', '', 'Bilbo Baggins', '', '', 'water is all in mud puddles', '', '', '', '', '', '', '', '', '', '', '', '', '', 'yes', '', '', '', '', 'Bandera', '', '', '', 'Bill the Shill', '');

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

--
-- Table structure for table `texasran_propertyimages`
--

CREATE TABLE `texasran_propertyimages` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `caption` varchar(255) NOT NULL DEFAULT '',
  `file_name` varchar(80) NOT NULL DEFAULT '',
  `thumb_file_name` varchar(80) NOT NULL DEFAULT '',
  `print_file_name` varchar(80) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `listing_id` int(11) NOT NULL DEFAULT 0,
  `rank` int(11) NOT NULL DEFAULT 1,
  `active` char(3) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_propertyimages`
--

INSERT INTO `texasran_propertyimages` (`ID`, `user_id`, `caption`, `file_name`, `thumb_file_name`, `print_file_name`, `description`, `listing_id`, `rank`, `active`) VALUES
(4, 0, '', '1_m_myane1900.png', 'thumb_1_m_myane1900.png', 'print_1_m_myane1900.png', '', 1, 2, 'yes');

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

--
-- Table structure for table `texasran_subscribers`
--

CREATE TABLE `texasran_subscribers` (
  `ID` int(10) UNSIGNED NOT NULL,
  `email` char(60) NOT NULL DEFAULT '',
  `time_touched` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `time_registered` datetime NOT NULL DEFAULT current_timestamp(),
  `flag` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0: NULL, 1-8: REMOVE, 9: UPDATE',
  `ip` int(10) UNSIGNED DEFAULT NULL COMMENT 'Stored with INET_ATON(), Fetched with INET_NTOA()',
  `status` tinyint(1) NOT NULL DEFAULT 2 COMMENT '0: Inactive, 1: Active, 2: Pending'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_topoimages`
--

CREATE TABLE `texasran_topoimages` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `caption` varchar(255) NOT NULL DEFAULT '',
  `file_name` varchar(80) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `listing_id` int(11) NOT NULL DEFAULT 0,
  `rank` int(11) NOT NULL DEFAULT 1,
  `active` char(3) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_userdatadb`
--

CREATE TABLE `texasran_userdatadb` (
  `ID` int(11) NOT NULL,
  `user_ID` varchar(6) NOT NULL DEFAULT '',
  `bus_phone` varchar(40) NOT NULL DEFAULT '',
  `home_phone` varchar(40) NOT NULL DEFAULT '',
  `mobile_phone` varchar(40) NOT NULL DEFAULT '',
  `fax_phone` varchar(40) NOT NULL DEFAULT '',
  `address` varchar(50) NOT NULL DEFAULT '',
  `city` varchar(40) NOT NULL DEFAULT '',
  `company_name` varchar(80) NOT NULL DEFAULT '',
  `zip` varchar(20) NOT NULL DEFAULT '',
  `homepage` varchar(80) NOT NULL DEFAULT '',
  `slogan` text NOT NULL,
  `licence` varchar(20) NOT NULL DEFAULT '',
  `lic_state` varchar(20) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_userdatadb`
--

INSERT INTO `texasran_userdatadb` (`ID`, `user_ID`, `bus_phone`, `home_phone`, `mobile_phone`, `fax_phone`, `address`, `city`, `company_name`, `zip`, `homepage`, `slogan`, `licence`, `lic_state`) VALUES
(1, '1', '2102591229', '', '2102591229', '', '3710 Amber Gap', 'San Antonio', '', '78245', '', '', '12345', 'texas'),
(3, '3', '2102887736', '', '2102887736', '', '7110 State Hwy 173 S', 'Bandera', '', '78003', '', '', '12345', 'texas');

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

--
-- Table structure for table `texasran_userdb`
--

CREATE TABLE `texasran_userdb` (
  `ID` int(11) NOT NULL,
  `first_name` varchar(40) NOT NULL DEFAULT '',
  `last_name` varchar(40) NOT NULL DEFAULT '',
  `login_name` varchar(40) NOT NULL DEFAULT '',
  `user_password` varchar(50) NOT NULL DEFAULT '',
  `assoc` varchar(20) NOT NULL,
  `active` char(3) NOT NULL DEFAULT 'no',
  `emailAddress` varchar(80) NOT NULL DEFAULT '',
  `iama` varchar(50) NOT NULL DEFAULT '',
  `creation_date` date NOT NULL DEFAULT '1000-01-01',
  `expiration` date NOT NULL DEFAULT '1000-01-01',
  `last_modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `level_one` char(3) NOT NULL DEFAULT 'No',
  `level_two` char(3) NOT NULL DEFAULT 'No',
  `level_three` char(3) NOT NULL DEFAULT 'No',
  `level_four` char(3) NOT NULL DEFAULT 'No',
  `level_five` char(3) NOT NULL DEFAULT 'no',
  `hitcount` int(11) NOT NULL DEFAULT 0,
  `expira_notif` char(3) NOT NULL DEFAULT 'no',
  `notify` char(3) NOT NULL DEFAULT '',
  `agree` varchar(3) NOT NULL,
  `county` varchar(80) NOT NULL DEFAULT '',
  `state` varchar(80) NOT NULL DEFAULT '',
  `countyregion` char(3) NOT NULL DEFAULT '',
  `subregion` char(3) NOT NULL DEFAULT '',
  `trg` char(3) DEFAULT 'no',
  `admin_region` char(3) NOT NULL,
  `admin_subregion` char(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `texasran_userdb`
--

INSERT INTO `texasran_userdb` (`ID`, `first_name`, `last_name`, `login_name`, `user_password`, `assoc`, `active`, `emailAddress`, `iama`, `creation_date`, `expiration`, `last_modified`, `level_one`, `level_two`, `level_three`, `level_four`, `level_five`, `hitcount`, `expira_notif`, `notify`, `agree`, `county`, `state`, `countyregion`, `subregion`, `trg`, `admin_region`, `admin_subregion`) VALUES
(1, 'Chuck', 'Maille', 'bossman', 'aa002e9da595e891558ec89eef290fc6', '', 'yes', 'cgmdim@yahoo.com', 'Other', '0000-00-00', '0000-00-00', '2020-06-08 16:58:36', 'yes', 'yes', 'yes', 'yes', 'yes', 0, 'yes', '', '', 'Bexar', 'Texas', '6', '21', '', '', ''),
(3, 'Wayne', 'Cameron', 'prettyone', 'aa002e9da595e891558ec89eef290fc6', '', 'yes', 'waynecameron@theranchgroup.com', 'Other', '0000-00-00', '0000-00-00', '2021-08-12 16:03:48', 'yes', 'yes', 'yes', 'yes', 'yes', 0, 'yes', '', '', 'Bandera', 'Texas', '5', '31', '', '', '');

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

--
-- Table structure for table `texasran_userimages`
--

CREATE TABLE `texasran_userimages` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `caption` varchar(255) NOT NULL DEFAULT '',
  `file_name` varchar(80) NOT NULL DEFAULT '',
  `thumb_file_name` varchar(80) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `rank` int(11) NOT NULL DEFAULT 1,
  `active` char(3) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `texasran_vault`
--

CREATE TABLE `texasran_vault` (
  `id` int(11) NOT NULL,
  `broker_id` varchar(4) NOT NULL DEFAULT '0',
  `listing_id` varchar(4) NOT NULL DEFAULT '0',
  `date` date NOT NULL DEFAULT '1000-01-01',
  `name` varchar(80) NOT NULL DEFAULT '',
  `iama` varchar(10) NOT NULL DEFAULT '',
  `email` varchar(80) NOT NULL DEFAULT '',
  `primary_phone` varchar(20) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `second_phone` varchar(20) NOT NULL DEFAULT '',
  `address` varchar(50) NOT NULL DEFAULT '',
  `city` varchar(50) NOT NULL DEFAULT '',
  `state` varchar(20) NOT NULL DEFAULT '',
  `zip` varchar(15) NOT NULL DEFAULT '',
  `calltime` varchar(80) NOT NULL DEFAULT '',
  `buyingselling` varchar(40) NOT NULL DEFAULT '',
  `price` varchar(40) NOT NULL DEFAULT '',
  `size` varchar(40) NOT NULL DEFAULT '',
  `agent` varchar(90) NOT NULL DEFAULT '',
  `addy` varchar(16) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `texasran_bkr_lic`
--
ALTER TABLE `texasran_bkr_lic`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `user_index` (`user_id`);

--
-- Indexes for table `texasran_newsletter`
--
ALTER TABLE `texasran_newsletter`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `ID` (`ID`);

--
-- Indexes for table `texasran_pdfimages`
--
ALTER TABLE `texasran_pdfimages`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `userIDIndex` (`user_id`),
  ADD KEY `listingIDIndex` (`listing_id`,`user_id`);

--
-- Indexes for table `texasran_phones`
--
ALTER TABLE `texasran_phones`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `user_idIndex` (`user_id`);

--
-- Indexes for table `texasran_propertydb`
--
ALTER TABLE `texasran_propertydb`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `ID` (`ID`),
  ADD KEY `userIDIndex` (`user_ID`,`Title`(15)) USING BTREE,
  ADD KEY `reagonSubRIndex` (`countyregion`,`subregion`,`active`,`Title`(15)) USING BTREE,
  ADD KEY `countyIndex` (`state`(15),`county`(15),`active`,`Title`(15)) USING BTREE;

--
-- Indexes for table `texasran_propertydb_data`
--
ALTER TABLE `texasran_propertydb_data`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `ID` (`ID`),
  ADD KEY `listingIDIndex` (`listing_id`,`city`(15)),
  ADD KEY `nearCityIndex` (`close_city`(15),`listing_id`) USING BTREE;

--
-- Indexes for table `texasran_propertyimages`
--
ALTER TABLE `texasran_propertyimages`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `userIDIndex` (`user_id`),
  ADD KEY `listingIDIndex` (`listing_id`,`user_id`);

--
-- Indexes for table `texasran_subscribers`
--
ALTER TABLE `texasran_subscribers`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `texasran_topoimages`
--
ALTER TABLE `texasran_topoimages`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `listingIDIndex` (`listing_id`,`user_id`),
  ADD KEY `userIDIndex` (`user_id`);

--
-- Indexes for table `texasran_userdatadb`
--
ALTER TABLE `texasran_userdatadb`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `ID` (`ID`),
  ADD KEY `userIDIndex` (`user_ID`);

--
-- Indexes for table `texasran_userdb`
--
ALTER TABLE `texasran_userdb`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `ID` (`ID`),
  ADD KEY `nameIndex` (`last_name`,`first_name`);

--
-- Indexes for table `texasran_userimages`
--
ALTER TABLE `texasran_userimages`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `texasran_vault`
--
ALTER TABLE `texasran_vault`
  ADD PRIMARY KEY (`id`),
  ADD KEY `id` (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `texasran_bkr_lic`
--
ALTER TABLE `texasran_bkr_lic`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_newsletter`
--
ALTER TABLE `texasran_newsletter`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_pdfimages`
--
ALTER TABLE `texasran_pdfimages`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `texasran_phones`
--
ALTER TABLE `texasran_phones`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_propertydb`
--
ALTER TABLE `texasran_propertydb`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `texasran_propertydb_data`
--
ALTER TABLE `texasran_propertydb_data`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `texasran_propertyimages`
--
ALTER TABLE `texasran_propertyimages`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `texasran_subscribers`
--
ALTER TABLE `texasran_subscribers`
  MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_topoimages`
--
ALTER TABLE `texasran_topoimages`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_userdatadb`
--
ALTER TABLE `texasran_userdatadb`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `texasran_userdb`
--
ALTER TABLE `texasran_userdb`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `texasran_userimages`
--
ALTER TABLE `texasran_userimages`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `texasran_vault`
--
ALTER TABLE `texasran_vault`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
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 */;