Bugzilla – Attachment 81543 Details for
Bug 66171
forms: ListBox BoundColumn==0 resets to 1 after save/load
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
AC table
AC.sql (text/x-sql), 2.07 KB, created by
tim
on 2013-06-27 10:44:56 UTC
(
hide
)
Description:
AC table
Filename:
MIME Type:
Creator:
tim
Created:
2013-06-27 10:44:56 UTC
Size:
2.07 KB
patch
obsolete
>-- MySQL dump 10.13 Distrib 5.5.31, for debian-linux-gnu (x86_64) >-- >-- Host: localhost Database: test >-- ------------------------------------------------------ >-- Server version 5.5.31-0ubuntu0.12.04.2 > >/*!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 utf8 */; >/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; >/*!40103 SET TIME_ZONE='+00:00' */; >/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; >/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; >/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; >/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; > >-- >-- Table structure for table `AC` >-- > >DROP TABLE IF EXISTS `AC`; >/*!40101 SET @saved_cs_client = @@character_set_client */; >/*!40101 SET character_set_client = utf8 */; >CREATE TABLE `AC` ( > `bid` int(10) NOT NULL AUTO_INCREMENT, > `Ac` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, > `Cur` varchar(3) COLLATE utf8_unicode_ci NOT NULL, > PRIMARY KEY (`bid`), > KEY `cur` (`Cur`), > CONSTRAINT `AC_ibfk_1` FOREIGN KEY (`Cur`) REFERENCES `Currency` (`CurrencyCode`) >) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; >/*!40101 SET character_set_client = @saved_cs_client */; > >-- >-- Dumping data for table `AC` >-- > >LOCK TABLES `AC` WRITE; >/*!40000 ALTER TABLE `AC` DISABLE KEYS */; >INSERT INTO `AC` VALUES (1,'AC1','GBP'),(2,'AC2','USD'),(3,'AC3','GBP'); >/*!40000 ALTER TABLE `AC` ENABLE KEYS */; >UNLOCK TABLES; >/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; > >/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; >/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; >/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; >/*!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 */; >/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; > >-- Dump completed on 2013-06-27 11:43:03
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 66171
:
81527
|
81542
| 81543